#810E01

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

Shades of Maroon #810E01

Tints of Maroon #810E01

Color information

#810E01 (or 0x810E01) is unknown color: approx Maroon. HEX triplet: 81, 0E and 01. RGB value is (129,14,1). Sum of RGB (Red+Green+Blue) = 129+14+1=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810E01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810E01 is #7EF1FE. Grayscale: #2F2F2F. Windows color (decimal): -8319487 or 69249. OLE color: 69249.

HSL color Cylindrical-coordinate representation of color #810E01: hue angle of 6.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810E01 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB129141-
CMYK00.890.990.49
HSL6.09º98.46%25.49%-
HSV(B)6.09º99.22%50.59%-
XYZ9.224.980.5-
YUV46.9102.1186.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 89.58%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=89.58%
G=9.72%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12914100.890.990.496.0998.4625.49
Hex81E1059633166219
Octal201161013114361614231
Binary1000000111101010110011100011110001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,14,1); }

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

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

 a { background-color: rgb(129,14,1); }

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

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

 span { border-color: rgb(129,14,1); }

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