Shades of Burgundy #80102F
Tints of Burgundy #80102F
RGB
CMYK
RGB Variations
Color information
#80102F (or 0x80102F) is known color: Burgundy. HEX triplet: 80, 10 and 2F. RGB value is (128,16,47). Sum of RGB (Red+Green+Blue) = 128+16+47=191 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.02% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 128 - color contains mainly: red. Hex color #80102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80102F is #7FEFD0. Grayscale: #353535. Windows color (decimal): -8384465 or 3084416. OLE color: 3084416.
HSL color Cylindrical-coordinate representation of color #80102F: hue angle of 343.39º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80102F is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 47 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.50 |
| HSL | 343.39º | 0.78% | 0.28% | - |
| HSV(B) | 343.39º | 0.88% | 0.5% | - |
| XYZ | 9.6 | 5.17 | 3.18 | - |
| YUV | 53.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 47 | 0 | 0.88 | 0.63 | 0.50 | 343.39 | 0.78 | 0.28 |
| Hex | 80 | 10 | 2F | 0 | 58 | 3F | 32 | 157 | 4E | 1C |
| Octal | 200 | 20 | 57 | 0 | 130 | 77 | 62 | 527 | 116 | 34 |
| Binary | 10000000 | 10000 | 101111 | 0 | 1011000 | 111111 | 110010 | 101010111 | 1001110 | 11100 |
Color Harmonies of #80102F
Complementary color
Monochromatic Colors of #80102F
Black with #80102F
Text Example
Text Example
White with #80102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80102F; }
p { color: rgb(128,16,47); }
H1.HeaderClassName
{
color: #80102F;
}
.AnyTagClassName
{
color: #80102F;
}
</style>
background-color css
<style>
a { background-color: #80102F; }
a { background-color: rgb(128,16,47); }
div.DivClassName
{
background-color: #80102F;
}
.BgClassName
{
background-color: #80102F;
}
</style>
border-color css
<style>
span { border-color: #80102F; }
span { border-color: rgb(128,16,47); }
td.TdClassName
{
border-color: #80102F;
}
.TagClassName
{
border-color: #80102F;
}
</style>