Html Css Color HEX #80111C Burgundy

📋 copy color: '#80111C'

red 128 ◦ green 17 ◦ blue 28

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

Shades of Burgundy #80111C

Tints of Burgundy #80111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 73.99%
G = 9.83%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80111C (or 0x80111C) is known color: Burgundy. HEX triplet: 80, 11 and 1C. RGB value is (128,17,28). Sum of RGB (Red+Green+Blue) = 128+17+28=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80111C is #7FEEE3. Grayscale: #333333. Windows color (decimal): -8384228 or 1839488. OLE color: 1839488.

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

Color convert

RGB 128 17 28 -
CMYK 0 0.87 0.78 0.50
HSL 354.05º 0.77% 0.28% -
HSV(B) 354.05º 0.87% 0.5% -
XYZ 9.31 5.07 1.59 -
YUV 51.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 128 17 28 0 0.87 0.78 0.50 354.05 0.77 0.28
Hex 80 11 1C 0 57 4E 32 162 4D 1C
Octal 200 21 34 0 127 116 62 542 115 34
Binary 10000000 10001 11100 0 1010111 1001110 110010 101100010 1001101 11100

Color Harmonies of #80111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80111C

Black with #80111C

Text Example


Text Example

White with #80111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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