Html Css Color HEX #801102 Maroon

📋 copy color: '#801102'

red 128 ◦ green 17 ◦ blue 2

#801102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #801102

Tints of Maroon #801102

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 value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#801102 (or 0x801102) is known color: 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

RGB 128 17 2 -
CMYK 0 0.87 0.98 0.50
HSL 7.14º 0.97% 0.25% -
HSV(B) 7.14º 0.98% 0.5% -
XYZ 9.11 4.99 0.54 -
YUV 48.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 128 17 2 0 0.87 0.98 0.50 7.14 0.97 0.25
Hex 80 11 2 0 57 62 32 7 61 19
Octal 200 21 2 0 127 142 62 7 141 31
Binary 10000000 10001 10 0 1010111 1100010 110010 111 1100001 11001

Color Harmonies of #801102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801102

Black with #801102

Text Example


Text Example

White with #801102

Text Example


Text Example

HTML Codes & Css Web 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>