#810E06

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

Shades of Maroon #810E06

Tints of Maroon #810E06

Color information

#810E06 (or 0x810E06) is unknown color: approx Maroon. HEX triplet: 81, 0E and 06. RGB value is (129,14,6). Sum of RGB (Red+Green+Blue) = 129+14+6=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810E06 is #7EF1F9. Grayscale: #2F2F2F. Windows color (decimal): -8319482 or 396929. OLE color: 396929.

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

Color convert

RGB129146-
CMYK00.890.950.49
HSL3.9º91.11%26.47%-
HSV(B)3.9º95.35%50.59%-
XYZ9.244.990.65-
YUV47.47104.6186.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86.58%
GREEN value IS 14 (5.86% from 255) = 9.40%
BLUE value IS 6 (2.73% from 255) = 4.03%
R=86.58%
G=9.40%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12914600.890.950.493.991.1126.47
Hex81E60595F3145b1a
Octal201166013113761413332
Binary100000011110110010110011011111110001100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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