Shades of Burgundy #99003C
Tints of Burgundy #99003C
RGB
CMYK
RGB Variations
Color information
#99003C (or 0x99003C) is known color: Burgundy. HEX triplet: 99, 00 and 3C. RGB value is (153,0,60). Sum of RGB (Red+Green+Blue) = 153+0+60=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #99003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99003C is #66FFC3. Grayscale: #343434. Windows color (decimal): -6750148 or 3932313. OLE color: 3932313.
HSL color Cylindrical-coordinate representation of color #99003C: hue angle of 336.47º 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 #99003C is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.61 | 0.4 |
| HSL | 336.47º | 1% | 0.3% | - |
| HSV(B) | 336.47º | 1% | 0.6% | - |
| XYZ | 13.95 | 7.1 | 4.91 | - |
| YUV | 52.59 | 132.19 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 60 | 0 | 1 | 0.61 | 0.4 | 336.47 | 1 | 0.3 |
| Hex | 99 | 0 | 3C | 0 | 64 | 3D | 28 | 150 | 64 | 1E |
| Octal | 231 | 0 | 74 | 0 | 144 | 75 | 50 | 520 | 144 | 36 |
| Binary | 10011001 | 0 | 111100 | 0 | 1100100 | 111101 | 101000 | 101010000 | 1100100 | 11110 |
Color Harmonies of #99003C
Complementary color
Monochromatic Colors of #99003C
Black with #99003C
Text Example
Text Example
White with #99003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99003C; }
p { color: rgb(153,0,60); }
H1.HeaderClassName
{
color: #99003C;
}
.AnyTagClassName
{
color: #99003C;
}
</style>
background-color css
<style>
a { background-color: #99003C; }
a { background-color: rgb(153,0,60); }
div.DivClassName
{
background-color: #99003C;
}
.BgClassName
{
background-color: #99003C;
}
</style>
border-color css
<style>
span { border-color: #99003C; }
span { border-color: rgb(153,0,60); }
td.TdClassName
{
border-color: #99003C;
}
.TagClassName
{
border-color: #99003C;
}
</style>