#800C09

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

Shades of Maroon #800C09

Tints of Maroon #800C09

Color information

#800C09 (or 0x800C09) is unknown color: approx Maroon. HEX triplet: 80, 0C and 09. RGB value is (128,12,9). Sum of RGB (Red+Green+Blue) = 128+12+9=149 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.91% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 128 - color contains mainly: red. Hex color #800C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C09 is #7FF3F6. Grayscale: #2E2E2E. Windows color (decimal): -8385527 or 593024. OLE color: 593024.

HSL color Cylindrical-coordinate representation of color #800C09: hue angle of 1.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800C09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128129-
CMYK00.910.930.50
HSL1.51º86.86%26.86%-
HSV(B)1.51º92.97%50.2%-
XYZ9.084.870.72-
YUV46.34106.93186.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 85.91%
GREEN value IS 12 (5.08% from 255) = 8.05%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=85.91%
G=8.05%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812900.910.930.501.5186.8626.86
Hex80C905B5D322571b
Octal2001411013313562212733
Binary100000001100100101011011101110111001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800C09; }

 p { color: rgb(128,12,9); }

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

<style>
 a { background-color: #800C09; }

 a { background-color: rgb(128,12,9); }

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

<style>
 span { border-color: #800C09; }

 span { border-color: rgb(128,12,9); }

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