Shades of Burgundy #960B36
Tints of Burgundy #960B36
RGB
CMYK
RGB Variations
Color information
#960B36 (or 0x960B36) is known color: Burgundy. HEX triplet: 96, 0B and 36. RGB value is (150,11,54). Sum of RGB (Red+Green+Blue) = 150+11+54=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #960B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960B36 is #69F4C9. Grayscale: #393939. Windows color (decimal): -6943946 or 3541910. OLE color: 3541910.
HSL color Cylindrical-coordinate representation of color #960B36: hue angle of 341.44º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B36 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 11 | 54 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.41 |
| HSL | 341.44º | 0.86% | 0.32% | - |
| HSV(B) | 341.44º | 0.93% | 0.59% | - |
| XYZ | 13.36 | 6.99 | 4.13 | - |
| YUV | 57.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 54 | 0 | 0.93 | 0.64 | 0.41 | 341.44 | 0.86 | 0.32 |
| Hex | 96 | B | 36 | 0 | 5D | 40 | 29 | 155 | 56 | 20 |
| Octal | 226 | 13 | 66 | 0 | 135 | 100 | 51 | 525 | 126 | 40 |
| Binary | 10010110 | 1011 | 110110 | 0 | 1011101 | 1000000 | 101001 | 101010101 | 1010110 | 100000 |
Color Harmonies of #960B36
Complementary color
Monochromatic Colors of #960B36
Black with #960B36
Text Example
Text Example
White with #960B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960B36; }
p { color: rgb(150,11,54); }
H1.HeaderClassName
{
color: #960B36;
}
.AnyTagClassName
{
color: #960B36;
}
</style>
background-color css
<style>
a { background-color: #960B36; }
a { background-color: rgb(150,11,54); }
div.DivClassName
{
background-color: #960B36;
}
.BgClassName
{
background-color: #960B36;
}
</style>
border-color css
<style>
span { border-color: #960B36; }
span { border-color: rgb(150,11,54); }
td.TdClassName
{
border-color: #960B36;
}
.TagClassName
{
border-color: #960B36;
}
</style>