Shades of Burgundy #960136
Tints of Burgundy #960136
RGB
CMYK
RGB Variations
Color information
#960136 (or 0x960136) is known color: Burgundy. HEX triplet: 96, 01 and 36. RGB value is (150,1,54). Sum of RGB (Red+Green+Blue) = 150+1+54=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #960136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960136 is #69FEC9. Grayscale: #333333. Windows color (decimal): -6946506 or 3539350. OLE color: 3539350.
HSL color Cylindrical-coordinate representation of color #960136: hue angle of 338.66º degrees, saturation: 0.99, 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 #960136 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.41 |
| HSL | 338.66º | 0.99% | 0.3% | - |
| HSV(B) | 338.66º | 0.99% | 0.59% | - |
| XYZ | 13.25 | 6.77 | 4.1 | - |
| YUV | 51.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 54 | 0 | 0.99 | 0.64 | 0.41 | 338.66 | 0.99 | 0.3 |
| Hex | 96 | 1 | 36 | 0 | 63 | 40 | 29 | 153 | 63 | 1E |
| Octal | 226 | 1 | 66 | 0 | 143 | 100 | 51 | 523 | 143 | 36 |
| Binary | 10010110 | 1 | 110110 | 0 | 1100011 | 1000000 | 101001 | 101010011 | 1100011 | 11110 |
Color Harmonies of #960136
Complementary color
Monochromatic Colors of #960136
Black with #960136
Text Example
Text Example
White with #960136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960136; }
p { color: rgb(150,1,54); }
H1.HeaderClassName
{
color: #960136;
}
.AnyTagClassName
{
color: #960136;
}
</style>
background-color css
<style>
a { background-color: #960136; }
a { background-color: rgb(150,1,54); }
div.DivClassName
{
background-color: #960136;
}
.BgClassName
{
background-color: #960136;
}
</style>
border-color css
<style>
span { border-color: #960136; }
span { border-color: rgb(150,1,54); }
td.TdClassName
{
border-color: #960136;
}
.TagClassName
{
border-color: #960136;
}
</style>