Shades of Burgundy #960235
Tints of Burgundy #960235
RGB
CMYK
RGB Variations
Color information
#960235 (or 0x960235) is known color: Burgundy. HEX triplet: 96, 02 and 35. RGB value is (150,2,53). Sum of RGB (Red+Green+Blue) = 150+2+53=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #960235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960235 is #69FDCA. Grayscale: #343434. Windows color (decimal): -6946251 or 3474070. OLE color: 3474070.
HSL color Cylindrical-coordinate representation of color #960235: hue angle of 339.32º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960235 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 53 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.41 |
| HSL | 339.32º | 0.97% | 0.3% | - |
| HSV(B) | 339.32º | 0.99% | 0.59% | - |
| XYZ | 13.24 | 6.78 | 3.98 | - |
| YUV | 52.07 | 128.53 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 53 | 0 | 0.99 | 0.65 | 0.41 | 339.32 | 0.97 | 0.3 |
| Hex | 96 | 2 | 35 | 0 | 63 | 41 | 29 | 153 | 61 | 1E |
| Octal | 226 | 2 | 65 | 0 | 143 | 101 | 51 | 523 | 141 | 36 |
| Binary | 10010110 | 10 | 110101 | 0 | 1100011 | 1000001 | 101001 | 101010011 | 1100001 | 11110 |
Color Harmonies of #960235
Complementary color
Monochromatic Colors of #960235
Black with #960235
Text Example
Text Example
White with #960235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960235; }
p { color: rgb(150,2,53); }
H1.HeaderClassName
{
color: #960235;
}
.AnyTagClassName
{
color: #960235;
}
</style>
background-color css
<style>
a { background-color: #960235; }
a { background-color: rgb(150,2,53); }
div.DivClassName
{
background-color: #960235;
}
.BgClassName
{
background-color: #960235;
}
</style>
border-color css
<style>
span { border-color: #960235; }
span { border-color: rgb(150,2,53); }
td.TdClassName
{
border-color: #960235;
}
.TagClassName
{
border-color: #960235;
}
</style>