Shades of Burgundy #80092F
Tints of Burgundy #80092F
RGB
CMYK
RGB Variations
Color information
#80092F (or 0x80092F) is known color: Burgundy. HEX triplet: 80, 09 and 2F. RGB value is (128,9,47). Sum of RGB (Red+Green+Blue) = 128+9+47=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #80092F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80092F is #7FF6D0. Grayscale: #303030. Windows color (decimal): -8386257 or 3082624. OLE color: 3082624.
HSL color Cylindrical-coordinate representation of color #80092F: hue angle of 340.84º 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 #80092F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 47 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.50 |
| HSL | 340.84º | 0.87% | 0.27% | - |
| HSV(B) | 340.84º | 0.93% | 0.5% | - |
| XYZ | 9.51 | 4.99 | 3.15 | - |
| YUV | 48.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 47 | 0 | 0.93 | 0.63 | 0.50 | 340.84 | 0.87 | 0.27 |
| Hex | 80 | 9 | 2F | 0 | 5D | 3F | 32 | 155 | 57 | 1B |
| Octal | 200 | 11 | 57 | 0 | 135 | 77 | 62 | 525 | 127 | 33 |
| Binary | 10000000 | 1001 | 101111 | 0 | 1011101 | 111111 | 110010 | 101010101 | 1010111 | 11011 |
Color Harmonies of #80092F
Complementary color
Monochromatic Colors of #80092F
Black with #80092F
Text Example
Text Example
White with #80092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80092F; }
p { color: rgb(128,9,47); }
H1.HeaderClassName
{
color: #80092F;
}
.AnyTagClassName
{
color: #80092F;
}
</style>
background-color css
<style>
a { background-color: #80092F; }
a { background-color: rgb(128,9,47); }
div.DivClassName
{
background-color: #80092F;
}
.BgClassName
{
background-color: #80092F;
}
</style>
border-color css
<style>
span { border-color: #80092F; }
span { border-color: rgb(128,9,47); }
td.TdClassName
{
border-color: #80092F;
}
.TagClassName
{
border-color: #80092F;
}
</style>