Shades of Burgundy #980437
Tints of Burgundy #980437
RGB
CMYK
RGB Variations
Color information
#980437 (or 0x980437) is known color: Burgundy. HEX triplet: 98, 04 and 37. RGB value is (152,4,55). Sum of RGB (Red+Green+Blue) = 152+4+55=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 55 (21.88% from 255 or 26.07% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #980437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980437 is #67FBC8. Grayscale: #363636. Windows color (decimal): -6814665 or 3605656. OLE color: 3605656.
HSL color Cylindrical-coordinate representation of color #980437: hue angle of 339.32º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980437 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 55 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.40 |
| HSL | 339.32º | 0.95% | 0.31% | - |
| HSV(B) | 339.32º | 0.97% | 0.6% | - |
| XYZ | 13.68 | 7.04 | 4.25 | - |
| YUV | 54.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 55 | 0 | 0.97 | 0.64 | 0.40 | 339.32 | 0.95 | 0.31 |
| Hex | 98 | 4 | 37 | 0 | 61 | 40 | 28 | 153 | 5F | 1F |
| Octal | 230 | 4 | 67 | 0 | 141 | 100 | 50 | 523 | 137 | 37 |
| Binary | 10011000 | 100 | 110111 | 0 | 1100001 | 1000000 | 101000 | 101010011 | 1011111 | 11111 |
Color Harmonies of #980437
Complementary color
Monochromatic Colors of #980437
Black with #980437
Text Example
Text Example
White with #980437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980437; }
p { color: rgb(152,4,55); }
H1.HeaderClassName
{
color: #980437;
}
.AnyTagClassName
{
color: #980437;
}
</style>
background-color css
<style>
a { background-color: #980437; }
a { background-color: rgb(152,4,55); }
div.DivClassName
{
background-color: #980437;
}
.BgClassName
{
background-color: #980437;
}
</style>
border-color css
<style>
span { border-color: #980437; }
span { border-color: rgb(152,4,55); }
td.TdClassName
{
border-color: #980437;
}
.TagClassName
{
border-color: #980437;
}
</style>