#800B09

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

Shades of Maroon #800B09

Tints of Maroon #800B09

Color information

#800B09 (or 0x800B09) is unknown color: approx Maroon. HEX triplet: 80, 0B and 09. RGB value is (128,11,9). Sum of RGB (Red+Green+Blue) = 128+11+9=148 (19% of max value = 765). Red value is 128 (50.39% from 255 or 86.49% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 128 - color contains mainly: red. Hex color #800B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800B09 is #7FF4F6. Grayscale: #2D2D2D. Windows color (decimal): -8385783 or 592768. OLE color: 592768.

HSL color Cylindrical-coordinate representation of color #800B09: hue angle of 1.01º 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 #800B09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128119-
CMYK00.910.930.50
HSL1.01º86.86%26.86%-
HSV(B)1.01º92.97%50.2%-
XYZ9.074.850.72-
YUV45.76107.26186.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 86.49%
GREEN value IS 11 (4.69% from 255) = 7.43%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=86.49%
G=7.43%
B=6.08%

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
Decimal12811900.910.930.501.0186.8626.86
Hex80B905B5D321571b
Octal2001311013313562112733
Binary10000000101110010101101110111011100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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