Shades of Burgundy #96043C
Tints of Burgundy #96043C
RGB
CMYK
RGB Variations
Color information
#96043C (or 0x96043C) is known color: Burgundy. HEX triplet: 96, 04 and 3C. RGB value is (150,4,60). Sum of RGB (Red+Green+Blue) = 150+4+60=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96043C is #69FBC3. Grayscale: #353535. Windows color (decimal): -6945732 or 3933334. OLE color: 3933334.
HSL color Cylindrical-coordinate representation of color #96043C: hue angle of 336.99º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96043C is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 60 | - |
| CMYK | 0 | 0.97 | 0.6 | 0.41 |
| HSL | 336.99º | 0.95% | 0.3% | - |
| HSV(B) | 336.99º | 0.97% | 0.59% | - |
| XYZ | 13.44 | 6.9 | 4.9 | - |
| YUV | 54.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 60 | 0 | 0.97 | 0.6 | 0.41 | 336.99 | 0.95 | 0.3 |
| Hex | 96 | 4 | 3C | 0 | 61 | 3C | 29 | 151 | 5F | 1E |
| Octal | 226 | 4 | 74 | 0 | 141 | 74 | 51 | 521 | 137 | 36 |
| Binary | 10010110 | 100 | 111100 | 0 | 1100001 | 111100 | 101001 | 101010001 | 1011111 | 11110 |
Color Harmonies of #96043C
Complementary color
Monochromatic Colors of #96043C
Black with #96043C
Text Example
Text Example
White with #96043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96043C; }
p { color: rgb(150,4,60); }
H1.HeaderClassName
{
color: #96043C;
}
.AnyTagClassName
{
color: #96043C;
}
</style>
background-color css
<style>
a { background-color: #96043C; }
a { background-color: rgb(150,4,60); }
div.DivClassName
{
background-color: #96043C;
}
.BgClassName
{
background-color: #96043C;
}
</style>
border-color css
<style>
span { border-color: #96043C; }
span { border-color: rgb(150,4,60); }
td.TdClassName
{
border-color: #96043C;
}
.TagClassName
{
border-color: #96043C;
}
</style>