Shades of Burgundy #99043C
Tints of Burgundy #99043C
RGB
CMYK
RGB Variations
Color information
#99043C (or 0x99043C) is known color: Burgundy. HEX triplet: 99, 04 and 3C. RGB value is (153,4,60). Sum of RGB (Red+Green+Blue) = 153+4+60=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #99043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99043C is #66FBC3. Grayscale: #363636. Windows color (decimal): -6749124 or 3933337. OLE color: 3933337.
HSL color Cylindrical-coordinate representation of color #99043C: hue angle of 337.45º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99043C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 60 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.4 |
| HSL | 337.45º | 0.95% | 0.31% | - |
| HSV(B) | 337.45º | 0.97% | 0.6% | - |
| XYZ | 14 | 7.19 | 4.92 | - |
| YUV | 54.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 60 | 0 | 0.97 | 0.61 | 0.4 | 337.45 | 0.95 | 0.31 |
| Hex | 99 | 4 | 3C | 0 | 61 | 3D | 28 | 151 | 5F | 1F |
| Octal | 231 | 4 | 74 | 0 | 141 | 75 | 50 | 521 | 137 | 37 |
| Binary | 10011001 | 100 | 111100 | 0 | 1100001 | 111101 | 101000 | 101010001 | 1011111 | 11111 |
Color Harmonies of #99043C
Complementary color
Monochromatic Colors of #99043C
Black with #99043C
Text Example
Text Example
White with #99043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99043C; }
p { color: rgb(153,4,60); }
H1.HeaderClassName
{
color: #99043C;
}
.AnyTagClassName
{
color: #99043C;
}
</style>
background-color css
<style>
a { background-color: #99043C; }
a { background-color: rgb(153,4,60); }
div.DivClassName
{
background-color: #99043C;
}
.BgClassName
{
background-color: #99043C;
}
</style>
border-color css
<style>
span { border-color: #99043C; }
span { border-color: rgb(153,4,60); }
td.TdClassName
{
border-color: #99043C;
}
.TagClassName
{
border-color: #99043C;
}
</style>