Shades of Burgundy #960031
Tints of Burgundy #960031
RGB
CMYK
RGB Variations
Color information
#960031 (or 0x960031) is known color: Burgundy. HEX triplet: 96, 00 and 31. RGB value is (150,0,49). Sum of RGB (Red+Green+Blue) = 150+0+49=199 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75.38% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 150 - color contains mainly: red. Hex color #960031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960031 is #69FFCE. Grayscale: #323232. Windows color (decimal): -6946767 or 3211414. OLE color: 3211414.
HSL color Cylindrical-coordinate representation of color #960031: hue angle of 340.4º 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 #960031 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.67 | 0.41 |
| HSL | 340.4º | 1% | 0.29% | - |
| HSV(B) | 340.4º | 1% | 0.59% | - |
| XYZ | 13.13 | 6.71 | 3.51 | - |
| YUV | 50.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 49 | 0 | 1 | 0.67 | 0.41 | 340.4 | 1 | 0.29 |
| Hex | 96 | 0 | 31 | 0 | 64 | 43 | 29 | 154 | 64 | 1D |
| Octal | 226 | 0 | 61 | 0 | 144 | 103 | 51 | 524 | 144 | 35 |
| Binary | 10010110 | 0 | 110001 | 0 | 1100100 | 1000011 | 101001 | 101010100 | 1100100 | 11101 |
Color Harmonies of #960031
Complementary color
Monochromatic Colors of #960031
Black with #960031
Text Example
Text Example
White with #960031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960031; }
p { color: rgb(150,0,49); }
H1.HeaderClassName
{
color: #960031;
}
.AnyTagClassName
{
color: #960031;
}
</style>
background-color css
<style>
a { background-color: #960031; }
a { background-color: rgb(150,0,49); }
div.DivClassName
{
background-color: #960031;
}
.BgClassName
{
background-color: #960031;
}
</style>
border-color css
<style>
span { border-color: #960031; }
span { border-color: rgb(150,0,49); }
td.TdClassName
{
border-color: #960031;
}
.TagClassName
{
border-color: #960031;
}
</style>