#811105

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

Shades of Maroon #811105

Tints of Maroon #811105

Color information

#811105 (or 0x811105) is unknown color: approx Maroon. HEX triplet: 81, 11 and 05. RGB value is (129,17,5). Sum of RGB (Red+Green+Blue) = 129+17+5=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #811105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811105 is #7EEEFA. Grayscale: #313131. Windows color (decimal): -8318715 or 332161. OLE color: 332161.

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

Color convert

RGB129175-
CMYK00.870.960.49
HSL5.81º92.54%26.27%-
HSV(B)5.81º96.12%50.59%-
XYZ9.285.080.63-
YUV49.12103.11184.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 85.43%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 5 (2.34% from 255) = 3.31%
R=85.43%
G=11.26%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12917500.870.960.495.8192.5426.27
Hex81115057603165d1a
Octal201215012714061613532
Binary1000000110001101010101111100000110001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811105; }

 p { color: rgb(129,17,5); }

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

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

 a { background-color: rgb(129,17,5); }

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

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

 span { border-color: rgb(129,17,5); }

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