#810904

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

Shades of Maroon #810904

Tints of Maroon #810904

Color information

#810904 (or 0x810904) is unknown color: approx Maroon. HEX triplet: 81, 09 and 04. RGB value is (129,9,4). Sum of RGB (Red+Green+Blue) = 129+9+4=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #810904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810904 is #7EF6FB. Grayscale: #2C2C2C. Windows color (decimal): -8320764 or 264577. OLE color: 264577.

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

Color convert

RGB12994-
CMYK00.930.970.49
HSL2.4º93.98%26.08%-
HSV(B)2.4º96.9%50.59%-
XYZ9.174.870.57-
YUV44.31105.26188.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 90.85%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 4 (1.95% from 255) = 2.82%
R=90.85%
G=6.34%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1299400.930.970.492.493.9826.08
Hex819405D613125e1a
Octal201114013514161213632
Binary10000001100110001011101110000111000110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810904; }

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

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

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

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

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

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

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

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