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