#810805

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

Shades of Maroon #810805

Tints of Maroon #810805

Color information

#810805 (or 0x810805) is unknown color: approx Maroon. HEX triplet: 81, 08 and 05. RGB value is (129,8,5). Sum of RGB (Red+Green+Blue) = 129+8+5=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #810805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810805 is #7EF7FA. Grayscale: #2B2B2B. Windows color (decimal): -8321019 or 329857. OLE color: 329857.

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

Color convert

RGB12985-
CMYK00.940.960.49
HSL1.45º92.54%26.27%-
HSV(B)1.45º96.12%50.59%-
XYZ9.174.850.6-
YUV43.84106.09188.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 90.85%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 5 (2.34% from 255) = 3.52%
R=90.85%
G=5.63%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298500.940.960.491.4592.5426.27
Hex818505E603115d1a
Octal201105013614061113532
Binary1000000110001010101111011000001100011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810805; }

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

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

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

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

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

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

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

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