#810A06

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

Shades of Maroon #810A06

Tints of Maroon #810A06

Color information

#810A06 (or 0x810A06) is unknown color: approx Maroon. HEX triplet: 81, 0A and 06. RGB value is (129,10,6). Sum of RGB (Red+Green+Blue) = 129+10+6=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 10 (4.30% from 255 or 6.90% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810A06 is #7EF5F9. Grayscale: #2D2D2D. Windows color (decimal): -8320506 or 395905. OLE color: 395905.

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

Color convert

RGB129106-
CMYK00.920.950.49
HSL1.95º91.11%26.47%-
HSV(B)1.95º95.35%50.59%-
XYZ9.194.90.63-
YUV45.12105.92187.83-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 88.97%
GREEN value IS 10 (4.30% from 255) = 6.90%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=88.97%
G=6.90%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910600.920.950.491.9591.1126.47
Hex81A605C5F3125b1a
Octal201126013413761213332
Binary10000001101011001011100101111111000110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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