#810B09

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

Shades of Maroon #810B09

Tints of Maroon #810B09

Color information

#810B09 (or 0x810B09) is unknown color: approx Maroon. HEX triplet: 81, 0B and 09. RGB value is (129,11,9). Sum of RGB (Red+Green+Blue) = 129+11+9=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B09 is #7EF4F6. Grayscale: #2E2E2E. Windows color (decimal): -8320247 or 592769. OLE color: 592769.

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

Color convert

RGB129119-
CMYK00.910.930.49
HSL86.96%27.06%-
HSV(B)93.02%50.59%-
XYZ9.224.930.72-
YUV46.05107.09187.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86.58%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 9 (3.91% from 255) = 6.04%
R=86.58%
G=7.38%
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.49
SystemRedGreenBlueCMYKHSL
Decimal12911900.910.930.49186.9627.06
Hex81B905B5D311571b
Octal2011311013313561112733
Binary10000001101110010101101110111011100011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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