Color Hex Logo

#792009 Color Hex

#792009
(121,32,9)
0 Favorites   0 Comments

Color spaces of #792009

RGB 121329
HSL0.030.860.25
HSV12°93°47°
CMYK 0.000.740.93   0.53
XYZ8.45105.11770.8008
Yxy5.11770.58810.3562
Hunter Lab22.622327.093013.7368
CIE-Lab27.067537.529535.2139

#792009 color RGB value is (121,32,9).

#792009 hex color red value is 121, green value is 32 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #792009 hue: 0.03 , saturation: 0.86 and the lightness value of 792009 is 0.25.

The process color (four color CMYK) of #792009 color hex is 0.00, 0.74, 0.93, 0.53. Web safe color of #792009 is #663300. Color #792009 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100000 00001001
Octal 171 40 11
Decimal 121 32 9
Hex 79 20 9

RGB Percentages of Color #792009

%74.69
%19.75
%5.56

CMYK Percentages of Color #792009

%0
%74
%93
%53

Triadic Colors of #792009

#792009 #097920 #200979

Analogous Colors of #792009

#792009 #795809 #79092a

Monochromatic Colors of #792009

#792009

Complementary Color

#792009 #096279

#792009 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#792009 Color Preview on White Background

Lorem ipsum dolor sit amet.

#792009 Color CSS Codes

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

#792009 Text Font Color

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

This sample text font color is #792009
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.


#792009 Background Color

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

This div background color is #792009


#792009 Border Color

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

This div border color is #792009


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,32,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #792009; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #792009;
  -webkit-box-shadow: 1px 1px 3px 2px #792009;
  box-shadow:         1px 1px 3px 2px #792009; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #792009


Comments

No comments written yet.

Please login to write comment.