Shades of Burgundy #96093C
Tints of Burgundy #96093C
RGB
CMYK
RGB Variations
Color information
#96093C (or 0x96093C) is known color: Burgundy. HEX triplet: 96, 09 and 3C. RGB value is (150,9,60). Sum of RGB (Red+Green+Blue) = 150+9+60=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #96093C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96093C is #69F6C3. Grayscale: #383838. Windows color (decimal): -6944452 or 3934614. OLE color: 3934614.
HSL color Cylindrical-coordinate representation of color #96093C: hue angle of 338.3º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96093C is Cyan = 0, Magento = 0.94, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 60 | - |
| CMYK | 0 | 0.94 | 0.6 | 0.41 |
| HSL | 338.3º | 0.89% | 0.31% | - |
| HSV(B) | 338.3º | 0.94% | 0.59% | - |
| XYZ | 13.49 | 7.01 | 4.92 | - |
| YUV | 56.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 60 | 0 | 0.94 | 0.6 | 0.41 | 338.3 | 0.89 | 0.31 |
| Hex | 96 | 9 | 3C | 0 | 5E | 3C | 29 | 152 | 59 | 1F |
| Octal | 226 | 11 | 74 | 0 | 136 | 74 | 51 | 522 | 131 | 37 |
| Binary | 10010110 | 1001 | 111100 | 0 | 1011110 | 111100 | 101001 | 101010010 | 1011001 | 11111 |
Color Harmonies of #96093C
Complementary color
Monochromatic Colors of #96093C
Black with #96093C
Text Example
Text Example
White with #96093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96093C; }
p { color: rgb(150,9,60); }
H1.HeaderClassName
{
color: #96093C;
}
.AnyTagClassName
{
color: #96093C;
}
</style>
background-color css
<style>
a { background-color: #96093C; }
a { background-color: rgb(150,9,60); }
div.DivClassName
{
background-color: #96093C;
}
.BgClassName
{
background-color: #96093C;
}
</style>
border-color css
<style>
span { border-color: #96093C; }
span { border-color: rgb(150,9,60); }
td.TdClassName
{
border-color: #96093C;
}
.TagClassName
{
border-color: #96093C;
}
</style>