Html Css Color HEX #80111E Burgundy

📋 copy color: '#80111E'

red 128 ◦ green 17 ◦ blue 30

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

Shades of Burgundy #80111E

Tints of Burgundy #80111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 73.14%
G = 9.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.50

RGB Variations

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

Color information

#80111E (or 0x80111E) is known color: Burgundy. HEX triplet: 80, 11 and 1E. RGB value is (128,17,30). Sum of RGB (Red+Green+Blue) = 128+17+30=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80111E is #7FEEE1. Grayscale: #333333. Windows color (decimal): -8384226 or 1970560. OLE color: 1970560.

HSL color Cylindrical-coordinate representation of color #80111E: hue angle of 352.97º 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 #80111E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 17 30 -
CMYK 0 0.87 0.77 0.50
HSL 352.97º 0.77% 0.28% -
HSV(B) 352.97º 0.87% 0.5% -
XYZ 9.34 5.08 1.72 -
YUV 51.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 128 17 30 0 0.87 0.77 0.50 352.97 0.77 0.28
Hex 80 11 1E 0 57 4D 32 161 4D 1C
Octal 200 21 36 0 127 115 62 541 115 34
Binary 10000000 10001 11110 0 1010111 1001101 110010 101100001 1001101 11100

Color Harmonies of #80111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80111E

Black with #80111E

Text Example


Text Example

White with #80111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80111E; }

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

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

background-color css

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

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

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

border-color css

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

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

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