Shades of Burgundy #96033C
Tints of Burgundy #96033C
RGB
CMYK
RGB Variations
Color information
#96033C (or 0x96033C) is known color: Burgundy. HEX triplet: 96, 03 and 3C. RGB value is (150,3,60). Sum of RGB (Red+Green+Blue) = 150+3+60=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96033C is #69FCC3. Grayscale: #353535. Windows color (decimal): -6945988 or 3933078. OLE color: 3933078.
HSL color Cylindrical-coordinate representation of color #96033C: hue angle of 336.73º 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 #96033C is Cyan = 0, Magento = 0.98, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 60 | - |
| CMYK | 0 | 0.98 | 0.6 | 0.41 |
| HSL | 336.73º | 0.96% | 0.3% | - |
| HSV(B) | 336.73º | 0.98% | 0.59% | - |
| XYZ | 13.43 | 6.88 | 4.89 | - |
| YUV | 53.45 | 131.7 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 60 | 0 | 0.98 | 0.6 | 0.41 | 336.73 | 0.96 | 0.3 |
| Hex | 96 | 3 | 3C | 0 | 62 | 3C | 29 | 151 | 60 | 1E |
| Octal | 226 | 3 | 74 | 0 | 142 | 74 | 51 | 521 | 140 | 36 |
| Binary | 10010110 | 11 | 111100 | 0 | 1100010 | 111100 | 101001 | 101010001 | 1100000 | 11110 |
Color Harmonies of #96033C
Complementary color
Monochromatic Colors of #96033C
Black with #96033C
Text Example
Text Example
White with #96033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96033C; }
p { color: rgb(150,3,60); }
H1.HeaderClassName
{
color: #96033C;
}
.AnyTagClassName
{
color: #96033C;
}
</style>
background-color css
<style>
a { background-color: #96033C; }
a { background-color: rgb(150,3,60); }
div.DivClassName
{
background-color: #96033C;
}
.BgClassName
{
background-color: #96033C;
}
</style>
border-color css
<style>
span { border-color: #96033C; }
span { border-color: rgb(150,3,60); }
td.TdClassName
{
border-color: #96033C;
}
.TagClassName
{
border-color: #96033C;
}
</style>