Shades of Burgundy #80102A
Tints of Burgundy #80102A
RGB
CMYK
RGB Variations
Color information
#80102A (or 0x80102A) is known color: Burgundy. HEX triplet: 80, 10 and 2A. RGB value is (128,16,42). Sum of RGB (Red+Green+Blue) = 128+16+42=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 42 (16.80% from 255 or 22.58% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #80102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80102A is #7FEFD5. Grayscale: #343434. Windows color (decimal): -8384470 or 2756736. OLE color: 2756736.
HSL color Cylindrical-coordinate representation of color #80102A: hue angle of 346.07º 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 #80102A is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 42 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.50 |
| HSL | 346.07º | 0.78% | 0.28% | - |
| HSV(B) | 346.07º | 0.88% | 0.5% | - |
| XYZ | 9.51 | 5.13 | 2.68 | - |
| YUV | 52.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 42 | 0 | 0.88 | 0.67 | 0.50 | 346.07 | 0.78 | 0.28 |
| Hex | 80 | 10 | 2A | 0 | 58 | 43 | 32 | 15A | 4E | 1C |
| Octal | 200 | 20 | 52 | 0 | 130 | 103 | 62 | 532 | 116 | 34 |
| Binary | 10000000 | 10000 | 101010 | 0 | 1011000 | 1000011 | 110010 | 101011010 | 1001110 | 11100 |
Color Harmonies of #80102A
Complementary color
Monochromatic Colors of #80102A
Black with #80102A
Text Example
Text Example
White with #80102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80102A; }
p { color: rgb(128,16,42); }
H1.HeaderClassName
{
color: #80102A;
}
.AnyTagClassName
{
color: #80102A;
}
</style>
background-color css
<style>
a { background-color: #80102A; }
a { background-color: rgb(128,16,42); }
div.DivClassName
{
background-color: #80102A;
}
.BgClassName
{
background-color: #80102A;
}
</style>
border-color css
<style>
span { border-color: #80102A; }
span { border-color: rgb(128,16,42); }
td.TdClassName
{
border-color: #80102A;
}
.TagClassName
{
border-color: #80102A;
}
</style>