Shades of Burgundy #800937
Tints of Burgundy #800937
RGB
CMYK
RGB Variations
Color information
#800937 (or 0x800937) is known color: Burgundy. HEX triplet: 80, 09 and 37. RGB value is (128,9,55). Sum of RGB (Red+Green+Blue) = 128+9+55=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 55 (21.88% from 255 or 28.65% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #800937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800937 is #7FF6C8. Grayscale: #313131. Windows color (decimal): -8386249 or 3606912. OLE color: 3606912.
HSL color Cylindrical-coordinate representation of color #800937: hue angle of 336.81º 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 #800937 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 9 | 55 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.50 |
| HSL | 336.81º | 0.87% | 0.27% | - |
| HSV(B) | 336.81º | 0.93% | 0.5% | - |
| XYZ | 9.69 | 5.06 | 4.08 | - |
| YUV | 49.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 55 | 0 | 0.93 | 0.57 | 0.50 | 336.81 | 0.87 | 0.27 |
| Hex | 80 | 9 | 37 | 0 | 5D | 39 | 32 | 151 | 57 | 1B |
| Octal | 200 | 11 | 67 | 0 | 135 | 71 | 62 | 521 | 127 | 33 |
| Binary | 10000000 | 1001 | 110111 | 0 | 1011101 | 111001 | 110010 | 101010001 | 1010111 | 11011 |
Color Harmonies of #800937
Complementary color
Monochromatic Colors of #800937
Black with #800937
Text Example
Text Example
White with #800937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800937; }
p { color: rgb(128,9,55); }
H1.HeaderClassName
{
color: #800937;
}
.AnyTagClassName
{
color: #800937;
}
</style>
background-color css
<style>
a { background-color: #800937; }
a { background-color: rgb(128,9,55); }
div.DivClassName
{
background-color: #800937;
}
.BgClassName
{
background-color: #800937;
}
</style>
border-color css
<style>
span { border-color: #800937; }
span { border-color: rgb(128,9,55); }
td.TdClassName
{
border-color: #800937;
}
.TagClassName
{
border-color: #800937;
}
</style>