Shades of Burgundy #980238
Tints of Burgundy #980238
RGB
CMYK
RGB Variations
Color information
#980238 (or 0x980238) is known color: Burgundy. HEX triplet: 98, 02 and 38. RGB value is (152,2,56). Sum of RGB (Red+Green+Blue) = 152+2+56=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980238 is #67FDC7. Grayscale: #343434. Windows color (decimal): -6815176 or 3670680. OLE color: 3670680.
HSL color Cylindrical-coordinate representation of color #980238: hue angle of 338.4º 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 #980238 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.40 |
| HSL | 338.4º | 0.97% | 0.3% | - |
| HSV(B) | 338.4º | 0.99% | 0.6% | - |
| XYZ | 13.68 | 7 | 4.37 | - |
| YUV | 53.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 56 | 0 | 0.99 | 0.63 | 0.40 | 338.4 | 0.97 | 0.3 |
| Hex | 98 | 2 | 38 | 0 | 63 | 3F | 28 | 152 | 61 | 1E |
| Octal | 230 | 2 | 70 | 0 | 143 | 77 | 50 | 522 | 141 | 36 |
| Binary | 10011000 | 10 | 111000 | 0 | 1100011 | 111111 | 101000 | 101010010 | 1100001 | 11110 |
Color Harmonies of #980238
Complementary color
Monochromatic Colors of #980238
Black with #980238
Text Example
Text Example
White with #980238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980238; }
p { color: rgb(152,2,56); }
H1.HeaderClassName
{
color: #980238;
}
.AnyTagClassName
{
color: #980238;
}
</style>
background-color css
<style>
a { background-color: #980238; }
a { background-color: rgb(152,2,56); }
div.DivClassName
{
background-color: #980238;
}
.BgClassName
{
background-color: #980238;
}
</style>
border-color css
<style>
span { border-color: #980238; }
span { border-color: rgb(152,2,56); }
td.TdClassName
{
border-color: #980238;
}
.TagClassName
{
border-color: #980238;
}
</style>