#810B05

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

Shades of Maroon #810B05

Tints of Maroon #810B05

Color information

#810B05 (or 0x810B05) is unknown color: approx Maroon. HEX triplet: 81, 0B and 05. RGB value is (129,11,5). Sum of RGB (Red+Green+Blue) = 129+11+5=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810B05 is #7EF4FA. Grayscale: #2D2D2D. Windows color (decimal): -8320251 or 330625. OLE color: 330625.

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

Color convert

RGB129115-
CMYK00.910.960.49
HSL2.9º92.54%26.27%-
HSV(B)2.9º96.12%50.59%-
XYZ9.24.920.61-
YUV45.6105.09187.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 88.97%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=88.97%
G=7.59%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911500.910.960.492.992.5426.27
Hex81B505B603135d1a
Octal201135013314061313532
Binary10000001101110101011011110000011000111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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