Shades of Burgundy #96053B
Tints of Burgundy #96053B
RGB
CMYK
RGB Variations
Color information
#96053B (or 0x96053B) is known color: Burgundy. HEX triplet: 96, 05 and 3B. RGB value is (150,5,59). Sum of RGB (Red+Green+Blue) = 150+5+59=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96053B is #69FAC4. Grayscale: #363636. Windows color (decimal): -6945477 or 3868054. OLE color: 3868054.
HSL color Cylindrical-coordinate representation of color #96053B: hue angle of 337.66º degrees, saturation: 0.94, 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 #96053B is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.41 |
| HSL | 337.66º | 0.94% | 0.3% | - |
| HSV(B) | 337.66º | 0.97% | 0.59% | - |
| XYZ | 13.42 | 6.91 | 4.76 | - |
| YUV | 54.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 59 | 0 | 0.97 | 0.61 | 0.41 | 337.66 | 0.94 | 0.3 |
| Hex | 96 | 5 | 3B | 0 | 61 | 3D | 29 | 152 | 5E | 1E |
| Octal | 226 | 5 | 73 | 0 | 141 | 75 | 51 | 522 | 136 | 36 |
| Binary | 10010110 | 101 | 111011 | 0 | 1100001 | 111101 | 101001 | 101010010 | 1011110 | 11110 |
Color Harmonies of #96053B
Complementary color
Monochromatic Colors of #96053B
Black with #96053B
Text Example
Text Example
White with #96053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96053B; }
p { color: rgb(150,5,59); }
H1.HeaderClassName
{
color: #96053B;
}
.AnyTagClassName
{
color: #96053B;
}
</style>
background-color css
<style>
a { background-color: #96053B; }
a { background-color: rgb(150,5,59); }
div.DivClassName
{
background-color: #96053B;
}
.BgClassName
{
background-color: #96053B;
}
</style>
border-color css
<style>
span { border-color: #96053B; }
span { border-color: rgb(150,5,59); }
td.TdClassName
{
border-color: #96053B;
}
.TagClassName
{
border-color: #96053B;
}
</style>