Shades of Burgundy #98013C
Tints of Burgundy #98013C
RGB
CMYK
RGB Variations
Color information
#98013C (or 0x98013C) is known color: Burgundy. HEX triplet: 98, 01 and 3C. RGB value is (152,1,60). Sum of RGB (Red+Green+Blue) = 152+1+60=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98013C is #67FEC3. Grayscale: #343434. Windows color (decimal): -6815428 or 3932568. OLE color: 3932568.
HSL color Cylindrical-coordinate representation of color #98013C: hue angle of 336.56º 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 #98013C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.40 |
| HSL | 336.56º | 0.99% | 0.3% | - |
| HSV(B) | 336.56º | 0.99% | 0.6% | - |
| XYZ | 13.78 | 7.02 | 4.9 | - |
| YUV | 52.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 60 | 0 | 0.99 | 0.61 | 0.40 | 336.56 | 0.99 | 0.3 |
| Hex | 98 | 1 | 3C | 0 | 63 | 3D | 28 | 151 | 63 | 1E |
| Octal | 230 | 1 | 74 | 0 | 143 | 75 | 50 | 521 | 143 | 36 |
| Binary | 10011000 | 1 | 111100 | 0 | 1100011 | 111101 | 101000 | 101010001 | 1100011 | 11110 |
Color Harmonies of #98013C
Complementary color
Monochromatic Colors of #98013C
Black with #98013C
Text Example
Text Example
White with #98013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98013C; }
p { color: rgb(152,1,60); }
H1.HeaderClassName
{
color: #98013C;
}
.AnyTagClassName
{
color: #98013C;
}
</style>
background-color css
<style>
a { background-color: #98013C; }
a { background-color: rgb(152,1,60); }
div.DivClassName
{
background-color: #98013C;
}
.BgClassName
{
background-color: #98013C;
}
</style>
border-color css
<style>
span { border-color: #98013C; }
span { border-color: rgb(152,1,60); }
td.TdClassName
{
border-color: #98013C;
}
.TagClassName
{
border-color: #98013C;
}
</style>