Shades of Burgundy #99013C
Tints of Burgundy #99013C
RGB
CMYK
RGB Variations
Color information
#99013C (or 0x99013C) is known color: Burgundy. HEX triplet: 99, 01 and 3C. RGB value is (153,1,60). Sum of RGB (Red+Green+Blue) = 153+1+60=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #99013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99013C is #66FEC3. Grayscale: #353535. Windows color (decimal): -6749892 or 3932569. OLE color: 3932569.
HSL color Cylindrical-coordinate representation of color #99013C: hue angle of 336.71º 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 #99013C is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.4 |
| HSL | 336.71º | 0.99% | 0.3% | - |
| HSV(B) | 336.71º | 0.99% | 0.6% | - |
| XYZ | 13.96 | 7.12 | 4.91 | - |
| YUV | 53.17 | 131.86 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 60 | 0 | 0.99 | 0.61 | 0.4 | 336.71 | 0.99 | 0.3 |
| Hex | 99 | 1 | 3C | 0 | 63 | 3D | 28 | 151 | 63 | 1E |
| Octal | 231 | 1 | 74 | 0 | 143 | 75 | 50 | 521 | 143 | 36 |
| Binary | 10011001 | 1 | 111100 | 0 | 1100011 | 111101 | 101000 | 101010001 | 1100011 | 11110 |
Color Harmonies of #99013C
Complementary color
Monochromatic Colors of #99013C
Black with #99013C
Text Example
Text Example
White with #99013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99013C; }
p { color: rgb(153,1,60); }
H1.HeaderClassName
{
color: #99013C;
}
.AnyTagClassName
{
color: #99013C;
}
</style>
background-color css
<style>
a { background-color: #99013C; }
a { background-color: rgb(153,1,60); }
div.DivClassName
{
background-color: #99013C;
}
.BgClassName
{
background-color: #99013C;
}
</style>
border-color css
<style>
span { border-color: #99013C; }
span { border-color: rgb(153,1,60); }
td.TdClassName
{
border-color: #99013C;
}
.TagClassName
{
border-color: #99013C;
}
</style>