Shades of Burgundy #960A34
Tints of Burgundy #960A34
RGB
CMYK
RGB Variations
Color information
#960A34 (or 0x960A34) is known color: Burgundy. HEX triplet: 96, 0A and 34. RGB value is (150,10,52). Sum of RGB (Red+Green+Blue) = 150+10+52=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #960A34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960A34 is #69F5CB. Grayscale: #383838. Windows color (decimal): -6944204 or 3410582. OLE color: 3410582.
HSL color Cylindrical-coordinate representation of color #960A34: hue angle of 342º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A34 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 10 | 52 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.41 |
| HSL | 342º | 0.88% | 0.31% | - |
| HSV(B) | 342º | 0.93% | 0.59% | - |
| XYZ | 13.31 | 6.95 | 3.89 | - |
| YUV | 56.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 52 | 0 | 0.93 | 0.65 | 0.41 | 342 | 0.88 | 0.31 |
| Hex | 96 | A | 34 | 0 | 5D | 41 | 29 | 156 | 58 | 1F |
| Octal | 226 | 12 | 64 | 0 | 135 | 101 | 51 | 526 | 130 | 37 |
| Binary | 10010110 | 1010 | 110100 | 0 | 1011101 | 1000001 | 101001 | 101010110 | 1011000 | 11111 |
Color Harmonies of #960A34
Complementary color
Monochromatic Colors of #960A34
Black with #960A34
Text Example
Text Example
White with #960A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960A34; }
p { color: rgb(150,10,52); }
H1.HeaderClassName
{
color: #960A34;
}
.AnyTagClassName
{
color: #960A34;
}
</style>
background-color css
<style>
a { background-color: #960A34; }
a { background-color: rgb(150,10,52); }
div.DivClassName
{
background-color: #960A34;
}
.BgClassName
{
background-color: #960A34;
}
</style>
border-color css
<style>
span { border-color: #960A34; }
span { border-color: rgb(150,10,52); }
td.TdClassName
{
border-color: #960A34;
}
.TagClassName
{
border-color: #960A34;
}
</style>