Color Hex Logo

#73090d Color Hex

#73090D
(115,9,13)
0 Favorites   0 Comments

Color spaces of #73090d

RGB 115913
HSL0.990.850.24
HSV358°92°45°
CMYK 0.000.920.89   0.55
XYZ7.24063.86930.7460
Yxy3.86930.61070.3264
Hunter Lab19.670531.281311.5208
CIE-Lab23.234642.843029.3892

#73090d color RGB value is (115,9,13).

#73090d hex color red value is 115, green value is 9 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #73090d hue: 0.99 , saturation: 0.85 and the lightness value of 73090d is 0.24.

The process color (four color CMYK) of #73090d color hex is 0.00, 0.92, 0.89, 0.55. Web safe color of #73090d is #660000. Color #73090d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00001001 00001101
Octal 163 11 15
Decimal 115 9 13
Hex 73 9 D

RGB Percentages of Color #73090d

%83.94
%6.57
%9.49

CMYK Percentages of Color #73090d

%0
%92
%89
%55

Triadic Colors of #73090d

#73090d #0d7309 #090d73

Analogous Colors of #73090d

#73090d #733a09 #730942

Monochromatic Colors of #73090d

#73090d

Complementary Color

#73090d #09736f

#73090d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73090d Color Preview on White Background

Lorem ipsum dolor sit amet.

#73090d Color CSS Codes

.mybgcolor {background-color:#73090d; } 
.myforecolor {color:#73090d; }
.mybordercolor {border:3px solid #73090d; }

#73090d Text Font Color

<p style="color:#73090d">Text here</p>

This sample text font color is #73090d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#73090d Background Color

<div style="background-color:#73090d">
Div content here</div>

This div background color is #73090d


#73090d Border Color

<div style="border:3px solid #73090d">
Div here</div>

This div border color is #73090d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,9,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73090d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73090d;
  -webkit-box-shadow: 1px 1px 3px 2px #73090d;
  box-shadow:         1px 1px 3px 2px #73090d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,9,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #73090d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #73090d;
  -webkit-box-shadow: 1px 1px 3px 2px #73090d;
  box-shadow:         1px 1px 3px 2px #73090d;">
Div content here</div>

This div box has shadow with color #73090d


Comments

No comments written yet.

Please login to write comment.