Shades of Burgundy #980137
Tints of Burgundy #980137
RGB
CMYK
RGB Variations
Color information
#980137 (or 0x980137) is known color: Burgundy. HEX triplet: 98, 01 and 37. RGB value is (152,1,55). Sum of RGB (Red+Green+Blue) = 152+1+55=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #980137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980137 is #67FEC8. Grayscale: #343434. Windows color (decimal): -6815433 or 3604888. OLE color: 3604888.
HSL color Cylindrical-coordinate representation of color #980137: hue angle of 338.54º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980137 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.40 |
| HSL | 338.54º | 0.99% | 0.3% | - |
| HSV(B) | 338.54º | 0.99% | 0.6% | - |
| XYZ | 13.65 | 6.97 | 4.24 | - |
| YUV | 52.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 55 | 0 | 0.99 | 0.64 | 0.40 | 338.54 | 0.99 | 0.3 |
| Hex | 98 | 1 | 37 | 0 | 63 | 40 | 28 | 153 | 63 | 1E |
| Octal | 230 | 1 | 67 | 0 | 143 | 100 | 50 | 523 | 143 | 36 |
| Binary | 10011000 | 1 | 110111 | 0 | 1100011 | 1000000 | 101000 | 101010011 | 1100011 | 11110 |
Color Harmonies of #980137
Complementary color
Monochromatic Colors of #980137
Black with #980137
Text Example
Text Example
White with #980137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980137; }
p { color: rgb(152,1,55); }
H1.HeaderClassName
{
color: #980137;
}
.AnyTagClassName
{
color: #980137;
}
</style>
background-color css
<style>
a { background-color: #980137; }
a { background-color: rgb(152,1,55); }
div.DivClassName
{
background-color: #980137;
}
.BgClassName
{
background-color: #980137;
}
</style>
border-color css
<style>
span { border-color: #980137; }
span { border-color: rgb(152,1,55); }
td.TdClassName
{
border-color: #980137;
}
.TagClassName
{
border-color: #980137;
}
</style>