#801102

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

Shades of Maroon #801102

Tints of Maroon #801102

Color information

#801102 (or 0x801102) is unknown color: approx Maroon. HEX triplet: 80, 11 and 02. RGB value is (128,17,2). Sum of RGB (Red+Green+Blue) = 128+17+2=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #801102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801102 is #7FEEFD. Grayscale: #303030. Windows color (decimal): -8384254 or 135552. OLE color: 135552.

HSL color Cylindrical-coordinate representation of color #801102: hue angle of 7.14º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #801102 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB128172-
CMYK00.870.980.50
HSL7.14º96.92%25.49%-
HSV(B)7.14º98.44%50.2%-
XYZ9.114.990.54-
YUV48.48101.77184.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 87.07%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=87.07%
G=11.56%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12817200.870.980.507.1496.9225.49
Hex80112057623276119
Octal200212012714262714131
Binary100000001000110010101111100010110010111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801102; }

 p { color: rgb(128,17,2); }

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

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

 a { background-color: rgb(128,17,2); }

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

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

 span { border-color: rgb(128,17,2); }

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