Shades of Burgundy #960336
Tints of Burgundy #960336
RGB
CMYK
RGB Variations
Color information
#960336 (or 0x960336) is known color: Burgundy. HEX triplet: 96, 03 and 36. RGB value is (150,3,54). Sum of RGB (Red+Green+Blue) = 150+3+54=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #960336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960336 is #69FCC9. Grayscale: #343434. Windows color (decimal): -6945994 or 3539862. OLE color: 3539862.
HSL color Cylindrical-coordinate representation of color #960336: hue angle of 339.18º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #960336 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.41 |
| HSL | 339.18º | 0.96% | 0.3% | - |
| HSV(B) | 339.18º | 0.98% | 0.59% | - |
| XYZ | 13.28 | 6.82 | 4.11 | - |
| YUV | 52.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 54 | 0 | 0.98 | 0.64 | 0.41 | 339.18 | 0.96 | 0.3 |
| Hex | 96 | 3 | 36 | 0 | 62 | 40 | 29 | 153 | 60 | 1E |
| Octal | 226 | 3 | 66 | 0 | 142 | 100 | 51 | 523 | 140 | 36 |
| Binary | 10010110 | 11 | 110110 | 0 | 1100010 | 1000000 | 101001 | 101010011 | 1100000 | 11110 |
Color Harmonies of #960336
Complementary color
Monochromatic Colors of #960336
Black with #960336
Text Example
Text Example
White with #960336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960336; }
p { color: rgb(150,3,54); }
H1.HeaderClassName
{
color: #960336;
}
.AnyTagClassName
{
color: #960336;
}
</style>
background-color css
<style>
a { background-color: #960336; }
a { background-color: rgb(150,3,54); }
div.DivClassName
{
background-color: #960336;
}
.BgClassName
{
background-color: #960336;
}
</style>
border-color css
<style>
span { border-color: #960336; }
span { border-color: rgb(150,3,54); }
td.TdClassName
{
border-color: #960336;
}
.TagClassName
{
border-color: #960336;
}
</style>