#790E09

Color #790E09 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #790E09

Tints of Maroon #790E09

Color information

#790E09 (or 0x790E09) is unknown color: approx Maroon. HEX triplet: 79, 0E and 09. RGB value is (121,14,9). Sum of RGB (Red+Green+Blue) = 121+14+9=144 (19% of max value = 765). Red value is 121 (47.66% from 255 or 84.03% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 121 - color contains mainly: red. Hex color #790E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790E09 is #86F1F6. Grayscale: #2D2D2D. Windows color (decimal): -8843767 or 593529. OLE color: 593529.

HSL color Cylindrical-coordinate representation of color #790E09: hue angle of 2.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790E09 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB121149-
CMYK00.880.930.53
HSL2.68º86.15%25.49%-
HSV(B)2.68º92.56%47.45%-
XYZ8.094.40.68-
YUV45.42107.45181.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 84.03%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=84.03%
G=9.72%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12114900.880.930.532.6886.1525.49
Hex79E90585D3535619
Octal1711611013013565312631
Binary11110011110100101011000101110111010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790E09; }

 p { color: rgb(121,14,9); }

 H1.HeaderClassName
 {
   color: #790E09;
 }
 .AnyTagClassName
 {
   color: #790E09;
 }
</style>
background-color css

<style>
 a { background-color: #790E09; }

 a { background-color: rgb(121,14,9); }

 div.DivClassName
 {
   background-color: #790E09;
 }
 .BgClassName
 {
   background-color: #790E09;
 }
</style>
border-color css

<style>
 span { border-color: #790E09; }

 span { border-color: rgb(121,14,9); }

 td.TdClassName
 {
   border-color: #790E09;
 }
 .TagClassName
 {
   border-color: #790E09;
 }
</style>