#811104

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

Shades of Maroon #811104

Tints of Maroon #811104

Color information

#811104 (or 0x811104) is unknown color: approx Maroon. HEX triplet: 81, 11 and 04. RGB value is (129,17,4). Sum of RGB (Red+Green+Blue) = 129+17+4=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #811104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811104 is #7EEEFB. Grayscale: #313131. Windows color (decimal): -8318716 or 266625. OLE color: 266625.

HSL color Cylindrical-coordinate representation of color #811104: hue angle of 6.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #811104 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB129174-
CMYK00.870.970.49
HSL6.24º93.98%26.08%-
HSV(B)6.24º96.9%50.59%-
XYZ9.285.080.61-
YUV49.01102.61185.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 4 (1.95% from 255) = 2.67%
R=86%
G=11.33%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12917400.870.970.496.2493.9826.08
Hex81114057613165e1a
Octal201214012714161613632
Binary1000000110001100010101111100001110001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811104; }

 p { color: rgb(129,17,4); }

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

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

 a { background-color: rgb(129,17,4); }

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

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

 span { border-color: rgb(129,17,4); }

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