#811401

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

Shades of Maroon #811401

Tints of Maroon #811401

Color information

#811401 (or 0x811401) is unknown color: approx Maroon. HEX triplet: 81, 14 and 01. RGB value is (129,20,1). Sum of RGB (Red+Green+Blue) = 129+20+1=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 1 (0.78% from 255 or 0.67% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #811401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811401 is #7EEBFE. Grayscale: #323232. Windows color (decimal): -8317951 or 70785. OLE color: 70785.

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

Color convert

RGB129201-
CMYK00.840.990.49
HSL8.91º98.46%25.49%-
HSV(B)8.91º99.22%50.59%-
XYZ9.315.170.54-
YUV50.42100.11184.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=86%
G=13.33%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12920100.840.990.498.9198.4625.49
Hex81141054633196219
Octal2012410124143611114231
Binary100000011010010101010011000111100011001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811401; }

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

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

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

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

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

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

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

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