#810201

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

Shades of Maroon #810201

Tints of Maroon #810201

Color information

#810201 (or 0x810201) is unknown color: approx Maroon. HEX triplet: 81, 02 and 01. RGB value is (129,2,1). Sum of RGB (Red+Green+Blue) = 129+2+1=132 (17% of max value = 765). Red value is 129 (50.78% from 255 or 97.73% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 129 - color contains mainly: red. Hex color #810201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810201 is #7EFDFE. Grayscale: #272727. Windows color (decimal): -8322559 or 66177. OLE color: 66177.

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

Color convert

RGB12921-
CMYK00.980.990.49
HSL0.47º98.46%25.49%-
HSV(B)0.47º99.22%50.59%-
XYZ9.084.710.46-
YUV39.86106.08191.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 97.73%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=97.73%
G=1.52%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1292100.980.990.490.4798.4625.49
Hex8121062633106219
Octal20121014214361014231
Binary100000011010110001011000111100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810201; }

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

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

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

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

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

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

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

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