Html Css Color HEX #80111F Burgundy

📋 copy color: '#80111F'

red 128 ◦ green 17 ◦ blue 31

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

Shades of Burgundy #80111F

Tints of Burgundy #80111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 72.73%
G = 9.66%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#80111F (or 0x80111F) is known color: Burgundy. HEX triplet: 80, 11 and 1F. RGB value is (128,17,31). Sum of RGB (Red+Green+Blue) = 128+17+31=176 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.73% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 128 - color contains mainly: red. Hex color #80111F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80111F is #7FEEE0. Grayscale: #333333. Windows color (decimal): -8384225 or 2036096. OLE color: 2036096.

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

Color convert

RGB 128 17 31 -
CMYK 0 0.87 0.76 0.50
HSL 352.43º 0.77% 0.28% -
HSV(B) 352.43º 0.87% 0.5% -
XYZ 9.35 5.09 1.79 -
YUV 51.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 128 17 31 0 0.87 0.76 0.50 352.43 0.77 0.28
Hex 80 11 1F 0 57 4C 32 160 4D 1C
Octal 200 21 37 0 127 114 62 540 115 34
Binary 10000000 10001 11111 0 1010111 1001100 110010 101100000 1001101 11100

Color Harmonies of #80111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80111F

Black with #80111F

Text Example


Text Example

White with #80111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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