Shades of Burgundy #960032
Tints of Burgundy #960032
RGB
CMYK
RGB Variations
Color information
#960032 (or 0x960032) is known color: Burgundy. HEX triplet: 96, 00 and 32. RGB value is (150,0,50). Sum of RGB (Red+Green+Blue) = 150+0+50=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #960032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960032 is #69FFCD. Grayscale: #323232. Windows color (decimal): -6946766 or 3276950. OLE color: 3276950.
HSL color Cylindrical-coordinate representation of color #960032: hue angle of 340º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960032 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.67 | 0.41 |
| HSL | 340º | 1% | 0.29% | - |
| HSV(B) | 340º | 1% | 0.59% | - |
| XYZ | 13.15 | 6.71 | 3.62 | - |
| YUV | 50.55 | 127.7 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 50 | 0 | 1 | 0.67 | 0.41 | 340 | 1 | 0.29 |
| Hex | 96 | 0 | 32 | 0 | 64 | 43 | 29 | 154 | 64 | 1D |
| Octal | 226 | 0 | 62 | 0 | 144 | 103 | 51 | 524 | 144 | 35 |
| Binary | 10010110 | 0 | 110010 | 0 | 1100100 | 1000011 | 101001 | 101010100 | 1100100 | 11101 |
Color Harmonies of #960032
Complementary color
Monochromatic Colors of #960032
Black with #960032
Text Example
Text Example
White with #960032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960032; }
p { color: rgb(150,0,50); }
H1.HeaderClassName
{
color: #960032;
}
.AnyTagClassName
{
color: #960032;
}
</style>
background-color css
<style>
a { background-color: #960032; }
a { background-color: rgb(150,0,50); }
div.DivClassName
{
background-color: #960032;
}
.BgClassName
{
background-color: #960032;
}
</style>
border-color css
<style>
span { border-color: #960032; }
span { border-color: rgb(150,0,50); }
td.TdClassName
{
border-color: #960032;
}
.TagClassName
{
border-color: #960032;
}
</style>