#811301

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

Shades of Maroon #811301

Tints of Maroon #811301

Color information

#811301 (or 0x811301) is unknown color: approx Maroon. HEX triplet: 81, 13 and 01. RGB value is (129,19,1). Sum of RGB (Red+Green+Blue) = 129+19+1=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #811301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811301 is #7EECFE. Grayscale: #323232. Windows color (decimal): -8318207 or 70529. OLE color: 70529.

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

Color convert

RGB129191-
CMYK00.850.990.49
HSL8.44º98.46%25.49%-
HSV(B)8.44º99.22%50.59%-
XYZ9.295.140.53-
YUV49.84100.44184.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86.58%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=86.58%
G=12.75%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12919100.850.990.498.4498.4625.49
Hex81131055633186219
Octal2012310125143611014231
Binary100000011001110101010111000111100011000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811301; }

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

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

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

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

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

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

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

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