#810B06

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

Shades of Maroon #810B06

Tints of Maroon #810B06

Color information

#810B06 (or 0x810B06) is unknown color: approx Maroon. HEX triplet: 81, 0B and 06. RGB value is (129,11,6). Sum of RGB (Red+Green+Blue) = 129+11+6=146 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.36% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 129 - color contains mainly: red. Hex color #810B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B06 is #7EF4F9. Grayscale: #2D2D2D. Windows color (decimal): -8320250 or 396161. OLE color: 396161.

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

Color convert

RGB129116-
CMYK00.910.950.49
HSL2.44º91.11%26.47%-
HSV(B)2.44º95.35%50.59%-
XYZ9.214.920.64-
YUV45.71105.59187.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 88.36%
GREEN value IS 11 (4.69% from 255) = 7.53%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=88.36%
G=7.53%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911600.910.950.492.4491.1126.47
Hex81B605B5F3125b1a
Octal201136013313761213332
Binary10000001101111001011011101111111000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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