Shades of Burgundy #980235
Tints of Burgundy #980235
RGB
CMYK
RGB Variations
Color information
#980235 (or 0x980235) is known color: Burgundy. HEX triplet: 98, 02 and 35. RGB value is (152,2,53). Sum of RGB (Red+Green+Blue) = 152+2+53=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980235 is #67FDCA. Grayscale: #343434. Windows color (decimal): -6815179 or 3474072. OLE color: 3474072.
HSL color Cylindrical-coordinate representation of color #980235: hue angle of 339.6º degrees, saturation: 0.97, 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 #980235 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.40 |
| HSL | 339.6º | 0.97% | 0.3% | - |
| HSV(B) | 339.6º | 0.99% | 0.6% | - |
| XYZ | 13.61 | 6.98 | 4 | - |
| YUV | 52.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 53 | 0 | 0.99 | 0.65 | 0.40 | 339.6 | 0.97 | 0.3 |
| Hex | 98 | 2 | 35 | 0 | 63 | 41 | 28 | 154 | 61 | 1E |
| Octal | 230 | 2 | 65 | 0 | 143 | 101 | 50 | 524 | 141 | 36 |
| Binary | 10011000 | 10 | 110101 | 0 | 1100011 | 1000001 | 101000 | 101010100 | 1100001 | 11110 |
Color Harmonies of #980235
Complementary color
Monochromatic Colors of #980235
Black with #980235
Text Example
Text Example
White with #980235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980235; }
p { color: rgb(152,2,53); }
H1.HeaderClassName
{
color: #980235;
}
.AnyTagClassName
{
color: #980235;
}
</style>
background-color css
<style>
a { background-color: #980235; }
a { background-color: rgb(152,2,53); }
div.DivClassName
{
background-color: #980235;
}
.BgClassName
{
background-color: #980235;
}
</style>
border-color css
<style>
span { border-color: #980235; }
span { border-color: rgb(152,2,53); }
td.TdClassName
{
border-color: #980235;
}
.TagClassName
{
border-color: #980235;
}
</style>