Shades of Burgundy #800037
Tints of Burgundy #800037
RGB
CMYK
RGB Variations
Color information
#800037 (or 0x800037) is known color: Burgundy. HEX triplet: 80, 00 and 37. RGB value is (128,0,55). Sum of RGB (Red+Green+Blue) = 128+0+55=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 55 (21.88% from 255 or 30.05% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800037 is #7FFFC8. Grayscale: #2C2C2C. Windows color (decimal): -8388553 or 3604608. OLE color: 3604608.
HSL color Cylindrical-coordinate representation of color #800037: hue angle of 334.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800037 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.57 | 0.50 |
| HSL | 334.22º | 1% | 0.25% | - |
| HSV(B) | 334.22º | 1% | 0.5% | - |
| XYZ | 9.59 | 4.87 | 4.05 | - |
| YUV | 44.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 55 | 0 | 1 | 0.57 | 0.50 | 334.22 | 1 | 0.25 |
| Hex | 80 | 0 | 37 | 0 | 64 | 39 | 32 | 14E | 64 | 19 |
| Octal | 200 | 0 | 67 | 0 | 144 | 71 | 62 | 516 | 144 | 31 |
| Binary | 10000000 | 0 | 110111 | 0 | 1100100 | 111001 | 110010 | 101001110 | 1100100 | 11001 |
Color Harmonies of #800037
Complementary color
Monochromatic Colors of #800037
Black with #800037
Text Example
Text Example
White with #800037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800037; }
p { color: rgb(128,0,55); }
H1.HeaderClassName
{
color: #800037;
}
.AnyTagClassName
{
color: #800037;
}
</style>
background-color css
<style>
a { background-color: #800037; }
a { background-color: rgb(128,0,55); }
div.DivClassName
{
background-color: #800037;
}
.BgClassName
{
background-color: #800037;
}
</style>
border-color css
<style>
span { border-color: #800037; }
span { border-color: rgb(128,0,55); }
td.TdClassName
{
border-color: #800037;
}
.TagClassName
{
border-color: #800037;
}
</style>