#811201

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

Shades of Maroon #811201

Tints of Maroon #811201

Color information

#811201 (or 0x811201) is unknown color: approx Maroon. HEX triplet: 81, 12 and 01. RGB value is (129,18,1). Sum of RGB (Red+Green+Blue) = 129+18+1=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #811201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811201 is #7EEDFE. Grayscale: #313131. Windows color (decimal): -8318463 or 70273. OLE color: 70273.

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

Color convert

RGB129181-
CMYK00.860.990.49
HSL7.97º98.46%25.49%-
HSV(B)7.97º99.22%50.59%-
XYZ9.285.10.52-
YUV49.25100.77184.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 87.16%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=87.16%
G=12.16%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12918100.860.990.497.9798.4625.49
Hex81121056633186219
Octal2012210126143611014231
Binary100000011001010101011011000111100011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811201; }

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

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

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

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

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

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

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

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