Html Css Color HEX #801116 Burgundy

📋 copy color: '#801116'

red 128 ◦ green 17 ◦ blue 22

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

Shades of Burgundy #801116

Tints of Burgundy #801116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.17%

R = 76.65%
G = 10.18%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#801116 (or 0x801116) is known color: Burgundy. HEX triplet: 80, 11 and 16. RGB value is (128,17,22). Sum of RGB (Red+Green+Blue) = 128+17+22=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 22 (8.98% from 255 or 13.17% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801116 is #7FEEE9. Grayscale: #323232. Windows color (decimal): -8384234 or 1446272. OLE color: 1446272.

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

Color convert

RGB 128 17 22 -
CMYK 0 0.87 0.83 0.50
HSL 357.3º 0.77% 0.28% -
HSV(B) 357.3º 0.87% 0.5% -
XYZ 9.25 5.05 1.25 -
YUV 50.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 128 17 22 0 0.87 0.83 0.50 357.3 0.77 0.28
Hex 80 11 16 0 57 53 32 165 4D 1C
Octal 200 21 26 0 127 123 62 545 115 34
Binary 10000000 10001 10110 0 1010111 1010011 110010 101100101 1001101 11100

Color Harmonies of #801116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801116

Black with #801116

Text Example


Text Example

White with #801116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801116; }

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

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

background-color css

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

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

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

border-color css

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

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

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