#811006

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

Shades of Maroon #811006

Tints of Maroon #811006

Color information

#811006 (or 0x811006) is unknown color: approx Maroon. HEX triplet: 81, 10 and 06. RGB value is (129,16,6). Sum of RGB (Red+Green+Blue) = 129+16+6=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #811006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811006 is #7EEFF9. Grayscale: #303030. Windows color (decimal): -8318970 or 397441. OLE color: 397441.

HSL color Cylindrical-coordinate representation of color #811006: hue angle of 4.88º 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 #811006 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB129166-
CMYK00.880.950.49
HSL4.88º91.11%26.47%-
HSV(B)4.88º95.35%50.59%-
XYZ9.275.050.66-
YUV48.65103.94185.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 85.43%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 6 (2.73% from 255) = 3.97%
R=85.43%
G=10.60%
B=3.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12916600.880.950.494.8891.1126.47
Hex811060585F3155b1a
Octal201206013013761513332
Binary1000000110000110010110001011111110001101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811006; }

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

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

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

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

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

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

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

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