Shades of Burgundy #80092A
Tints of Burgundy #80092A
RGB
CMYK
RGB Variations
Color information
#80092A (or 0x80092A) is known color: Burgundy. HEX triplet: 80, 09 and 2A. RGB value is (128,9,42). Sum of RGB (Red+Green+Blue) = 128+9+42=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #80092A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80092A is #7FF6D5. Grayscale: #303030. Windows color (decimal): -8386262 or 2754944. OLE color: 2754944.
HSL color Cylindrical-coordinate representation of color #80092A: hue angle of 343.36º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80092A is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 42 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.50 |
| HSL | 343.36º | 0.87% | 0.27% | - |
| HSV(B) | 343.36º | 0.93% | 0.5% | - |
| XYZ | 9.42 | 4.95 | 2.65 | - |
| YUV | 48.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 42 | 0 | 0.93 | 0.67 | 0.50 | 343.36 | 0.87 | 0.27 |
| Hex | 80 | 9 | 2A | 0 | 5D | 43 | 32 | 157 | 57 | 1B |
| Octal | 200 | 11 | 52 | 0 | 135 | 103 | 62 | 527 | 127 | 33 |
| Binary | 10000000 | 1001 | 101010 | 0 | 1011101 | 1000011 | 110010 | 101010111 | 1010111 | 11011 |
Color Harmonies of #80092A
Complementary color
Monochromatic Colors of #80092A
Black with #80092A
Text Example
Text Example
White with #80092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80092A; }
p { color: rgb(128,9,42); }
H1.HeaderClassName
{
color: #80092A;
}
.AnyTagClassName
{
color: #80092A;
}
</style>
background-color css
<style>
a { background-color: #80092A; }
a { background-color: rgb(128,9,42); }
div.DivClassName
{
background-color: #80092A;
}
.BgClassName
{
background-color: #80092A;
}
</style>
border-color css
<style>
span { border-color: #80092A; }
span { border-color: rgb(128,9,42); }
td.TdClassName
{
border-color: #80092A;
}
.TagClassName
{
border-color: #80092A;
}
</style>