Shades of Vin Rouge #96515C
Tints of Vin Rouge #96515C
RGB
CMYK
RGB Variations
Color information
#96515C (or 0x96515C) is known color: Vin Rouge. HEX triplet: 96, 51 and 5C. RGB value is (150,81,92). Sum of RGB (Red+Green+Blue) = 150+81+92=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96515C is #69AEA3. Grayscale: #666666. Windows color (decimal): -6925988 or 6050198. OLE color: 6050198.
HSL color Cylindrical-coordinate representation of color #96515C: hue angle of 350.43º 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 #96515C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 92 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.41 |
| HSL | 350.43º | 0.3% | 0.45% | - |
| HSV(B) | 350.43º | 0.46% | 0.59% | - |
| XYZ | 17.45 | 13.14 | 11.74 | - |
| YUV | 102.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 92 | 0 | 0.46 | 0.39 | 0.41 | 350.43 | 0.3 | 0.45 |
| Hex | 96 | 51 | 5C | 0 | 2E | 27 | 29 | 15E | 1E | 2D |
| Octal | 226 | 121 | 134 | 0 | 56 | 47 | 51 | 536 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1011100 | 0 | 101110 | 100111 | 101001 | 101011110 | 11110 | 101101 |
Color Harmonies of #96515C
Complementary color
Monochromatic Colors of #96515C
Black with #96515C
Text Example
Text Example
White with #96515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96515C; }
p { color: rgb(150,81,92); }
H1.HeaderClassName
{
color: #96515C;
}
.AnyTagClassName
{
color: #96515C;
}
</style>
background-color css
<style>
a { background-color: #96515C; }
a { background-color: rgb(150,81,92); }
div.DivClassName
{
background-color: #96515C;
}
.BgClassName
{
background-color: #96515C;
}
</style>
border-color css
<style>
span { border-color: #96515C; }
span { border-color: rgb(150,81,92); }
td.TdClassName
{
border-color: #96515C;
}
.TagClassName
{
border-color: #96515C;
}
</style>