Shades of Vin Rouge #96545E
Tints of Vin Rouge #96545E
RGB
CMYK
RGB Variations
Color information
#96545E (or 0x96545E) is known color: Vin Rouge. HEX triplet: 96, 54 and 5E. RGB value is (150,84,94). Sum of RGB (Red+Green+Blue) = 150+84+94=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96545E is #69ABA1. Grayscale: #686868. Windows color (decimal): -6925218 or 6182038. OLE color: 6182038.
HSL color Cylindrical-coordinate representation of color #96545E: hue angle of 350.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96545E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 94 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.41 |
| HSL | 350.91º | 0.28% | 0.46% | - |
| HSV(B) | 350.91º | 0.44% | 0.59% | - |
| XYZ | 17.77 | 13.63 | 12.28 | - |
| YUV | 104.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 94 | 0 | 0.44 | 0.37 | 0.41 | 350.91 | 0.28 | 0.46 |
| Hex | 96 | 54 | 5E | 0 | 2C | 25 | 29 | 15F | 1C | 2E |
| Octal | 226 | 124 | 136 | 0 | 54 | 45 | 51 | 537 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1011110 | 0 | 101100 | 100101 | 101001 | 101011111 | 11100 | 101110 |
Color Harmonies of #96545E
Complementary color
Monochromatic Colors of #96545E
Black with #96545E
Text Example
Text Example
White with #96545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96545E; }
p { color: rgb(150,84,94); }
H1.HeaderClassName
{
color: #96545E;
}
.AnyTagClassName
{
color: #96545E;
}
</style>
background-color css
<style>
a { background-color: #96545E; }
a { background-color: rgb(150,84,94); }
div.DivClassName
{
background-color: #96545E;
}
.BgClassName
{
background-color: #96545E;
}
</style>
border-color css
<style>
span { border-color: #96545E; }
span { border-color: rgb(150,84,94); }
td.TdClassName
{
border-color: #96545E;
}
.TagClassName
{
border-color: #96545E;
}
</style>