Shades of Burgundy #99013A
Tints of Burgundy #99013A
RGB
CMYK
RGB Variations
Color information
#99013A (or 0x99013A) is known color: Burgundy. HEX triplet: 99, 01 and 3A. RGB value is (153,1,58). Sum of RGB (Red+Green+Blue) = 153+1+58=212 (28% of max value = 765). Red value is 153 (60.16% from 255 or 72.17% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 153 - color contains mainly: red. Hex color #99013A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99013A is #66FEC5. Grayscale: #343434. Windows color (decimal): -6749894 or 3801497. OLE color: 3801497.
HSL color Cylindrical-coordinate representation of color #99013A: hue angle of 337.5º 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 #99013A is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.4 |
| HSL | 337.5º | 0.99% | 0.3% | - |
| HSV(B) | 337.5º | 0.99% | 0.6% | - |
| XYZ | 13.91 | 7.1 | 4.64 | - |
| YUV | 52.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 58 | 0 | 0.99 | 0.62 | 0.4 | 337.5 | 0.99 | 0.3 |
| Hex | 99 | 1 | 3A | 0 | 63 | 3E | 28 | 152 | 63 | 1E |
| Octal | 231 | 1 | 72 | 0 | 143 | 76 | 50 | 522 | 143 | 36 |
| Binary | 10011001 | 1 | 111010 | 0 | 1100011 | 111110 | 101000 | 101010010 | 1100011 | 11110 |
Color Harmonies of #99013A
Complementary color
Monochromatic Colors of #99013A
Black with #99013A
Text Example
Text Example
White with #99013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99013A; }
p { color: rgb(153,1,58); }
H1.HeaderClassName
{
color: #99013A;
}
.AnyTagClassName
{
color: #99013A;
}
</style>
background-color css
<style>
a { background-color: #99013A; }
a { background-color: rgb(153,1,58); }
div.DivClassName
{
background-color: #99013A;
}
.BgClassName
{
background-color: #99013A;
}
</style>
border-color css
<style>
span { border-color: #99013A; }
span { border-color: rgb(153,1,58); }
td.TdClassName
{
border-color: #99013A;
}
.TagClassName
{
border-color: #99013A;
}
</style>