Html Css Color HEX #801100 Maroon

📋 copy color: '#801100'

red 128 ◦ green 17 ◦ blue 0

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

Shades of Maroon #801100

Tints of Maroon #801100

RGB

 RED value IS 128 (50.39% from 255) = 88.28%

 GREEN value IS 17 (7.03% from 255) = 11.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.28%
G = 11.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#801100 (or 0x801100) is known color: Maroon. HEX triplet: 80, 11 and 00. RGB value is (128,17,0). Sum of RGB (Red+Green+Blue) = 128+17+0=145 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.28% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 128 - color contains mainly: red. Hex color #801100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801100 is #7FEEFF. Grayscale: #303030. Windows color (decimal): -8384256 or 4480. OLE color: 4480.

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

Color convert

RGB 128 17 0 -
CMYK 0 0.87 1 0.50
HSL 7.97º 1% 0.25% -
HSV(B) 7.97º 1% 0.5% -
XYZ 9.1 4.99 0.48 -
YUV 48.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 128 17 0 0 0.87 1 0.50 7.97 1 0.25
Hex 80 11 0 0 57 64 32 8 64 19
Octal 200 21 0 0 127 144 62 10 144 31
Binary 10000000 10001 0 0 1010111 1100100 110010 1000 1100100 11001

Color Harmonies of #801100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801100

Black with #801100

Text Example


Text Example

White with #801100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801100; }

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

 H1.HeaderClassName
 {
   color: #801100;
 }
 .AnyTagClassName
 {
   color: #801100;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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