#811205

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

Shades of Maroon #811205

Tints of Maroon #811205

Color information

#811205 (or 0x811205) is unknown color: approx Maroon. HEX triplet: 81, 12 and 05. RGB value is (129,18,5). Sum of RGB (Red+Green+Blue) = 129+18+5=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #811205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811205 is #7EEDFA. Grayscale: #313131. Windows color (decimal): -8318459 or 332417. OLE color: 332417.

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

Color convert

RGB129185-
CMYK00.860.960.49
HSL6.29º92.54%26.27%-
HSV(B)6.29º96.12%50.59%-
XYZ9.35.110.64-
YUV49.71102.77184.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 84.87%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=84.87%
G=11.84%
B=3.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12918500.860.960.496.2992.5426.27
Hex81125056603165d1a
Octal201225012614061613532
Binary1000000110010101010101101100000110001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811205; }

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

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

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

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

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

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

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

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