Shades of Burgundy #96033A
Tints of Burgundy #96033A
RGB
CMYK
RGB Variations
Color information
#96033A (or 0x96033A) is known color: Burgundy. HEX triplet: 96, 03 and 3A. RGB value is (150,3,58). Sum of RGB (Red+Green+Blue) = 150+3+58=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #96033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96033A is #69FCC5. Grayscale: #353535. Windows color (decimal): -6945990 or 3802006. OLE color: 3802006.
HSL color Cylindrical-coordinate representation of color #96033A: hue angle of 337.55º 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 #96033A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.41 |
| HSL | 337.55º | 0.96% | 0.3% | - |
| HSV(B) | 337.55º | 0.98% | 0.59% | - |
| XYZ | 13.37 | 6.85 | 4.62 | - |
| YUV | 53.22 | 130.7 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 58 | 0 | 0.98 | 0.61 | 0.41 | 337.55 | 0.96 | 0.3 |
| Hex | 96 | 3 | 3A | 0 | 62 | 3D | 29 | 152 | 60 | 1E |
| Octal | 226 | 3 | 72 | 0 | 142 | 75 | 51 | 522 | 140 | 36 |
| Binary | 10010110 | 11 | 111010 | 0 | 1100010 | 111101 | 101001 | 101010010 | 1100000 | 11110 |
Color Harmonies of #96033A
Complementary color
Monochromatic Colors of #96033A
Black with #96033A
Text Example
Text Example
White with #96033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96033A; }
p { color: rgb(150,3,58); }
H1.HeaderClassName
{
color: #96033A;
}
.AnyTagClassName
{
color: #96033A;
}
</style>
background-color css
<style>
a { background-color: #96033A; }
a { background-color: rgb(150,3,58); }
div.DivClassName
{
background-color: #96033A;
}
.BgClassName
{
background-color: #96033A;
}
</style>
border-color css
<style>
span { border-color: #96033A; }
span { border-color: rgb(150,3,58); }
td.TdClassName
{
border-color: #96033A;
}
.TagClassName
{
border-color: #96033A;
}
</style>