Shades of Burgundy #98003B
Tints of Burgundy #98003B
RGB
CMYK
RGB Variations
Color information
#98003B (or 0x98003B) is known color: Burgundy. HEX triplet: 98, 00 and 3B. RGB value is (152,0,59). Sum of RGB (Red+Green+Blue) = 152+0+59=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #98003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98003B is #67FFC4. Grayscale: #343434. Windows color (decimal): -6815685 or 3866776. OLE color: 3866776.
HSL color Cylindrical-coordinate representation of color #98003B: hue angle of 336.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98003B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.61 | 0.40 |
| HSL | 336.71º | 1% | 0.3% | - |
| HSV(B) | 336.71º | 1% | 0.6% | - |
| XYZ | 13.74 | 6.99 | 4.76 | - |
| YUV | 52.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 59 | 0 | 1 | 0.61 | 0.40 | 336.71 | 1 | 0.3 |
| Hex | 98 | 0 | 3B | 0 | 64 | 3D | 28 | 151 | 64 | 1E |
| Octal | 230 | 0 | 73 | 0 | 144 | 75 | 50 | 521 | 144 | 36 |
| Binary | 10011000 | 0 | 111011 | 0 | 1100100 | 111101 | 101000 | 101010001 | 1100100 | 11110 |
Color Harmonies of #98003B
Complementary color
Monochromatic Colors of #98003B
Black with #98003B
Text Example
Text Example
White with #98003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98003B; }
p { color: rgb(152,0,59); }
H1.HeaderClassName
{
color: #98003B;
}
.AnyTagClassName
{
color: #98003B;
}
</style>
background-color css
<style>
a { background-color: #98003B; }
a { background-color: rgb(152,0,59); }
div.DivClassName
{
background-color: #98003B;
}
.BgClassName
{
background-color: #98003B;
}
</style>
border-color css
<style>
span { border-color: #98003B; }
span { border-color: rgb(152,0,59); }
td.TdClassName
{
border-color: #98003B;
}
.TagClassName
{
border-color: #98003B;
}
</style>