#810905

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

Shades of Maroon #810905

Tints of Maroon #810905

Color information

#810905 (or 0x810905) is unknown color: approx Maroon. HEX triplet: 81, 09 and 05. RGB value is (129,9,5). Sum of RGB (Red+Green+Blue) = 129+9+5=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #810905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810905 is #7EF6FA. Grayscale: #2C2C2C. Windows color (decimal): -8320763 or 330113. OLE color: 330113.

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

Color convert

RGB12995-
CMYK00.930.960.49
HSL1.94º92.54%26.27%-
HSV(B)1.94º96.12%50.59%-
XYZ9.184.870.6-
YUV44.42105.76188.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 90.21%
GREEN value IS 9 (3.91% from 255) = 6.29%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=90.21%
G=6.29%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299500.930.960.491.9492.5426.27
Hex819505D603125d1a
Octal201115013514061213532
Binary10000001100110101011101110000011000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810905; }

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

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

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

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

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

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

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

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