Html Css Color HEX #801107 Maroon

📋 copy color: '#801107'

red 128 ◦ green 17 ◦ blue 7

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

Shades of Maroon #801107

Tints of Maroon #801107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.61%

R = 84.21%
G = 11.18%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#801107 (or 0x801107) is known color: Maroon. HEX triplet: 80, 11 and 07. RGB value is (128,17,7). Sum of RGB (Red+Green+Blue) = 128+17+7=152 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.21% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 128 - color contains mainly: red. Hex color #801107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801107 is #7FEEF8. Grayscale: #313131. Windows color (decimal): -8384249 or 463232. OLE color: 463232.

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

Color convert

RGB 128 17 7 -
CMYK 0 0.87 0.95 0.50
HSL 4.96º 0.9% 0.26% -
HSV(B) 4.96º 0.95% 0.5% -
XYZ 9.14 5.01 0.69 -
YUV 49.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 128 17 7 0 0.87 0.95 0.50 4.96 0.9 0.26
Hex 80 11 7 0 57 5F 32 5 5A 1A
Octal 200 21 7 0 127 137 62 5 132 32
Binary 10000000 10001 111 0 1010111 1011111 110010 101 1011010 11010

Color Harmonies of #801107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801107

Black with #801107

Text Example


Text Example

White with #801107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801107; }

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

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

background-color css

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

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

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

border-color css

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

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

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