#811103

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

Shades of Maroon #811103

Tints of Maroon #811103

Color information

#811103 (or 0x811103) is unknown color: approx Maroon. HEX triplet: 81, 11 and 03. RGB value is (129,17,3). Sum of RGB (Red+Green+Blue) = 129+17+3=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #811103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811103 is #7EEEFC. Grayscale: #313131. Windows color (decimal): -8318717 or 201089. OLE color: 201089.

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

Color convert

RGB129173-
CMYK00.870.980.49
HSL6.67º95.45%25.88%-
HSV(B)6.67º97.67%50.59%-
XYZ9.275.070.58-
YUV48.89102.11185.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 86.58%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 3 (1.56% from 255) = 2.01%
R=86.58%
G=11.41%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12917300.870.980.496.6795.4525.88
Hex81113057623175f1a
Octal201213012714261713732
Binary100000011000111010101111100010110001111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811103; }

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

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

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

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

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

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

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

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