Shades of Burgundy #960039
Tints of Burgundy #960039
RGB
CMYK
RGB Variations
Color information
#960039 (or 0x960039) is known color: Burgundy. HEX triplet: 96, 00 and 39. RGB value is (150,0,57). Sum of RGB (Red+Green+Blue) = 150+0+57=207 (27% of max value = 765). Red value is 150 (58.98% from 255 or 72.46% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 150 - color contains mainly: red. Hex color #960039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #960039 is #69FFC6. Grayscale: #333333. Windows color (decimal): -6946759 or 3735702. OLE color: 3735702.
HSL color Cylindrical-coordinate representation of color #960039: hue angle of 337.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960039 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.62 | 0.41 |
| HSL | 337.2º | 1% | 0.29% | - |
| HSV(B) | 337.2º | 1% | 0.59% | - |
| XYZ | 13.32 | 6.78 | 4.48 | - |
| YUV | 51.35 | 131.2 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 57 | 0 | 1 | 0.62 | 0.41 | 337.2 | 1 | 0.29 |
| Hex | 96 | 0 | 39 | 0 | 64 | 3E | 29 | 151 | 64 | 1D |
| Octal | 226 | 0 | 71 | 0 | 144 | 76 | 51 | 521 | 144 | 35 |
| Binary | 10010110 | 0 | 111001 | 0 | 1100100 | 111110 | 101001 | 101010001 | 1100100 | 11101 |
Color Harmonies of #960039
Complementary color
Monochromatic Colors of #960039
Black with #960039
Text Example
Text Example
White with #960039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960039; }
p { color: rgb(150,0,57); }
H1.HeaderClassName
{
color: #960039;
}
.AnyTagClassName
{
color: #960039;
}
</style>
background-color css
<style>
a { background-color: #960039; }
a { background-color: rgb(150,0,57); }
div.DivClassName
{
background-color: #960039;
}
.BgClassName
{
background-color: #960039;
}
</style>
border-color css
<style>
span { border-color: #960039; }
span { border-color: rgb(150,0,57); }
td.TdClassName
{
border-color: #960039;
}
.TagClassName
{
border-color: #960039;
}
</style>