Shades of Burgundy #96043D
Tints of Burgundy #96043D
RGB
CMYK
RGB Variations
Color information
#96043D (or 0x96043D) is known color: Burgundy. HEX triplet: 96, 04 and 3D. RGB value is (150,4,61). Sum of RGB (Red+Green+Blue) = 150+4+61=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96043D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96043D is #69FBC2. Grayscale: #363636. Windows color (decimal): -6945731 or 3998870. OLE color: 3998870.
HSL color Cylindrical-coordinate representation of color #96043D: hue angle of 336.58º 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 #96043D is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 61 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.41 |
| HSL | 336.58º | 0.95% | 0.3% | - |
| HSV(B) | 336.58º | 0.97% | 0.59% | - |
| XYZ | 13.46 | 6.91 | 5.04 | - |
| YUV | 54.15 | 131.87 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 61 | 0 | 0.97 | 0.59 | 0.41 | 336.58 | 0.95 | 0.3 |
| Hex | 96 | 4 | 3D | 0 | 61 | 3B | 29 | 151 | 5F | 1E |
| Octal | 226 | 4 | 75 | 0 | 141 | 73 | 51 | 521 | 137 | 36 |
| Binary | 10010110 | 100 | 111101 | 0 | 1100001 | 111011 | 101001 | 101010001 | 1011111 | 11110 |
Color Harmonies of #96043D
Complementary color
Monochromatic Colors of #96043D
Black with #96043D
Text Example
Text Example
White with #96043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96043D; }
p { color: rgb(150,4,61); }
H1.HeaderClassName
{
color: #96043D;
}
.AnyTagClassName
{
color: #96043D;
}
</style>
background-color css
<style>
a { background-color: #96043D; }
a { background-color: rgb(150,4,61); }
div.DivClassName
{
background-color: #96043D;
}
.BgClassName
{
background-color: #96043D;
}
</style>
border-color css
<style>
span { border-color: #96043D; }
span { border-color: rgb(150,4,61); }
td.TdClassName
{
border-color: #96043D;
}
.TagClassName
{
border-color: #96043D;
}
</style>