Shades of Vin Rouge #96516B
Tints of Vin Rouge #96516B
RGB
CMYK
RGB Variations
Color information
#96516B (or 0x96516B) is known color: Vin Rouge. HEX triplet: 96, 51 and 6B. RGB value is (150,81,107). Sum of RGB (Red+Green+Blue) = 150+81+107=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #96516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96516B is #69AE94. Grayscale: #686868. Windows color (decimal): -6925973 or 7033238. OLE color: 7033238.
HSL color Cylindrical-coordinate representation of color #96516B: hue angle of 337.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96516B is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 107 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.41 |
| HSL | 337.39º | 0.3% | 0.45% | - |
| HSV(B) | 337.39º | 0.46% | 0.59% | - |
| XYZ | 18.17 | 13.43 | 15.54 | - |
| YUV | 104.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 107 | 0 | 0.46 | 0.29 | 0.41 | 337.39 | 0.3 | 0.45 |
| Hex | 96 | 51 | 6B | 0 | 2E | 1D | 29 | 151 | 1E | 2D |
| Octal | 226 | 121 | 153 | 0 | 56 | 35 | 51 | 521 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1101011 | 0 | 101110 | 11101 | 101001 | 101010001 | 11110 | 101101 |
Color Harmonies of #96516B
Complementary color
Monochromatic Colors of #96516B
Black with #96516B
Text Example
Text Example
White with #96516B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96516B; }
p { color: rgb(150,81,107); }
H1.HeaderClassName
{
color: #96516B;
}
.AnyTagClassName
{
color: #96516B;
}
</style>
background-color css
<style>
a { background-color: #96516B; }
a { background-color: rgb(150,81,107); }
div.DivClassName
{
background-color: #96516B;
}
.BgClassName
{
background-color: #96516B;
}
</style>
border-color css
<style>
span { border-color: #96516B; }
span { border-color: rgb(150,81,107); }
td.TdClassName
{
border-color: #96516B;
}
.TagClassName
{
border-color: #96516B;
}
</style>