Shades of Burgundy #96043A
Tints of Burgundy #96043A
RGB
CMYK
RGB Variations
Color information
#96043A (or 0x96043A) is known color: Burgundy. HEX triplet: 96, 04 and 3A. RGB value is (150,4,58). Sum of RGB (Red+Green+Blue) = 150+4+58=212 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.75% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 150 - color contains mainly: red. Hex color #96043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96043A is #69FBC5. Grayscale: #353535. Windows color (decimal): -6945734 or 3802262. OLE color: 3802262.
HSL color Cylindrical-coordinate representation of color #96043A: hue angle of 337.81º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96043A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 58 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.41 |
| HSL | 337.81º | 0.95% | 0.3% | - |
| HSV(B) | 337.81º | 0.97% | 0.59% | - |
| XYZ | 13.38 | 6.88 | 4.62 | - |
| YUV | 53.81 | 130.37 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 58 | 0 | 0.97 | 0.61 | 0.41 | 337.81 | 0.95 | 0.3 |
| Hex | 96 | 4 | 3A | 0 | 61 | 3D | 29 | 152 | 5F | 1E |
| Octal | 226 | 4 | 72 | 0 | 141 | 75 | 51 | 522 | 137 | 36 |
| Binary | 10010110 | 100 | 111010 | 0 | 1100001 | 111101 | 101001 | 101010010 | 1011111 | 11110 |
Color Harmonies of #96043A
Complementary color
Monochromatic Colors of #96043A
Black with #96043A
Text Example
Text Example
White with #96043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96043A; }
p { color: rgb(150,4,58); }
H1.HeaderClassName
{
color: #96043A;
}
.AnyTagClassName
{
color: #96043A;
}
</style>
background-color css
<style>
a { background-color: #96043A; }
a { background-color: rgb(150,4,58); }
div.DivClassName
{
background-color: #96043A;
}
.BgClassName
{
background-color: #96043A;
}
</style>
border-color css
<style>
span { border-color: #96043A; }
span { border-color: rgb(150,4,58); }
td.TdClassName
{
border-color: #96043A;
}
.TagClassName
{
border-color: #96043A;
}
</style>