Html Css Color HEX #80111D Burgundy

📋 copy color: '#80111D'

red 128 ◦ green 17 ◦ blue 29

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

Shades of Burgundy #80111D

Tints of Burgundy #80111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 73.56%
G = 9.77%
B = 16.67%

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

#80111D (or 0x80111D) is known color: Burgundy. HEX triplet: 80, 11 and 1D. RGB value is (128,17,29). Sum of RGB (Red+Green+Blue) = 128+17+29=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80111D is #7FEEE2. Grayscale: #333333. Windows color (decimal): -8384227 or 1905024. OLE color: 1905024.

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

Color convert

RGB 128 17 29 -
CMYK 0 0.87 0.77 0.50
HSL 353.51º 0.77% 0.28% -
HSV(B) 353.51º 0.87% 0.5% -
XYZ 9.32 5.08 1.65 -
YUV 51.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 128 17 29 0 0.87 0.77 0.50 353.51 0.77 0.28
Hex 80 11 1D 0 57 4D 32 162 4D 1C
Octal 200 21 35 0 127 115 62 542 115 34
Binary 10000000 10001 11101 0 1010111 1001101 110010 101100010 1001101 11100

Color Harmonies of #80111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80111D

Black with #80111D

Text Example


Text Example

White with #80111D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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