Shades of Burgundy #980337
Tints of Burgundy #980337
RGB
CMYK
RGB Variations
Color information
#980337 (or 0x980337) is known color: Burgundy. HEX triplet: 98, 03 and 37. RGB value is (152,3,55). Sum of RGB (Red+Green+Blue) = 152+3+55=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980337 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980337 is #67FCC8. Grayscale: #353535. Windows color (decimal): -6814921 or 3605400. OLE color: 3605400.
HSL color Cylindrical-coordinate representation of color #980337: hue angle of 339.06º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980337 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 55 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.40 |
| HSL | 339.06º | 0.96% | 0.3% | - |
| HSV(B) | 339.06º | 0.98% | 0.6% | - |
| XYZ | 13.67 | 7.02 | 4.25 | - |
| YUV | 53.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 55 | 0 | 0.98 | 0.64 | 0.40 | 339.06 | 0.96 | 0.3 |
| Hex | 98 | 3 | 37 | 0 | 62 | 40 | 28 | 153 | 60 | 1E |
| Octal | 230 | 3 | 67 | 0 | 142 | 100 | 50 | 523 | 140 | 36 |
| Binary | 10011000 | 11 | 110111 | 0 | 1100010 | 1000000 | 101000 | 101010011 | 1100000 | 11110 |
Color Harmonies of #980337
Complementary color
Monochromatic Colors of #980337
Black with #980337
Text Example
Text Example
White with #980337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980337; }
p { color: rgb(152,3,55); }
H1.HeaderClassName
{
color: #980337;
}
.AnyTagClassName
{
color: #980337;
}
</style>
background-color css
<style>
a { background-color: #980337; }
a { background-color: rgb(152,3,55); }
div.DivClassName
{
background-color: #980337;
}
.BgClassName
{
background-color: #980337;
}
</style>
border-color css
<style>
span { border-color: #980337; }
span { border-color: rgb(152,3,55); }
td.TdClassName
{
border-color: #980337;
}
.TagClassName
{
border-color: #980337;
}
</style>