#810A05

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

Shades of Maroon #810A05

Tints of Maroon #810A05

Color information

#810A05 (or 0x810A05) is unknown color: approx Maroon. HEX triplet: 81, 0A and 05. RGB value is (129,10,5). Sum of RGB (Red+Green+Blue) = 129+10+5=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810A05 is #7EF5FA. Grayscale: #2D2D2D. Windows color (decimal): -8320507 or 330369. OLE color: 330369.

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

Color convert

RGB129105-
CMYK00.920.960.49
HSL2.42º92.54%26.27%-
HSV(B)2.42º96.12%50.59%-
XYZ9.194.90.6-
YUV45.01105.42187.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 89.58%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=89.58%
G=6.94%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910500.920.960.492.4292.5426.27
Hex81A505C603125d1a
Octal201125013414061213532
Binary10000001101010101011100110000011000110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810A05; }

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

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

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

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

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

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

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

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