Shades of Burgundy #99033B
Tints of Burgundy #99033B
RGB
CMYK
RGB Variations
Color information
#99033B (or 0x99033B) is known color: Burgundy. HEX triplet: 99, 03 and 3B. RGB value is (153,3,59). Sum of RGB (Red+Green+Blue) = 153+3+59=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99033B is #66FCC4. Grayscale: #363636. Windows color (decimal): -6749381 or 3867545. OLE color: 3867545.
HSL color Cylindrical-coordinate representation of color #99033B: hue angle of 337.6º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99033B is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.4 |
| HSL | 337.6º | 0.96% | 0.31% | - |
| HSV(B) | 337.6º | 0.98% | 0.6% | - |
| XYZ | 13.96 | 7.15 | 4.78 | - |
| YUV | 54.23 | 130.7 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 59 | 0 | 0.98 | 0.61 | 0.4 | 337.6 | 0.96 | 0.31 |
| Hex | 99 | 3 | 3B | 0 | 62 | 3D | 28 | 152 | 60 | 1F |
| Octal | 231 | 3 | 73 | 0 | 142 | 75 | 50 | 522 | 140 | 37 |
| Binary | 10011001 | 11 | 111011 | 0 | 1100010 | 111101 | 101000 | 101010010 | 1100000 | 11111 |
Color Harmonies of #99033B
Complementary color
Monochromatic Colors of #99033B
Black with #99033B
Text Example
Text Example
White with #99033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99033B; }
p { color: rgb(153,3,59); }
H1.HeaderClassName
{
color: #99033B;
}
.AnyTagClassName
{
color: #99033B;
}
</style>
background-color css
<style>
a { background-color: #99033B; }
a { background-color: rgb(153,3,59); }
div.DivClassName
{
background-color: #99033B;
}
.BgClassName
{
background-color: #99033B;
}
</style>
border-color css
<style>
span { border-color: #99033B; }
span { border-color: rgb(153,3,59); }
td.TdClassName
{
border-color: #99033B;
}
.TagClassName
{
border-color: #99033B;
}
</style>