Shades of Burgundy #96073C
Tints of Burgundy #96073C
RGB
CMYK
RGB Variations
Color information
#96073C (or 0x96073C) is known color: Burgundy. HEX triplet: 96, 07 and 3C. RGB value is (150,7,60). Sum of RGB (Red+Green+Blue) = 150+7+60=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #96073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96073C is #69F8C3. Grayscale: #373737. Windows color (decimal): -6944964 or 3934102. OLE color: 3934102.
HSL color Cylindrical-coordinate representation of color #96073C: hue angle of 337.76º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96073C is Cyan = 0, Magento = 0.95, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 60 | - |
| CMYK | 0 | 0.95 | 0.6 | 0.41 |
| HSL | 337.76º | 0.91% | 0.31% | - |
| HSV(B) | 337.76º | 0.95% | 0.59% | - |
| XYZ | 13.47 | 6.96 | 4.91 | - |
| YUV | 55.8 | 130.38 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 60 | 0 | 0.95 | 0.6 | 0.41 | 337.76 | 0.91 | 0.31 |
| Hex | 96 | 7 | 3C | 0 | 5F | 3C | 29 | 152 | 5B | 1F |
| Octal | 226 | 7 | 74 | 0 | 137 | 74 | 51 | 522 | 133 | 37 |
| Binary | 10010110 | 111 | 111100 | 0 | 1011111 | 111100 | 101001 | 101010010 | 1011011 | 11111 |
Color Harmonies of #96073C
Complementary color
Monochromatic Colors of #96073C
Black with #96073C
Text Example
Text Example
White with #96073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96073C; }
p { color: rgb(150,7,60); }
H1.HeaderClassName
{
color: #96073C;
}
.AnyTagClassName
{
color: #96073C;
}
</style>
background-color css
<style>
a { background-color: #96073C; }
a { background-color: rgb(150,7,60); }
div.DivClassName
{
background-color: #96073C;
}
.BgClassName
{
background-color: #96073C;
}
</style>
border-color css
<style>
span { border-color: #96073C; }
span { border-color: rgb(150,7,60); }
td.TdClassName
{
border-color: #96073C;
}
.TagClassName
{
border-color: #96073C;
}
</style>