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