Shades of Vin Rouge #995B60
Tints of Vin Rouge #995B60
RGB
CMYK
RGB Variations
Color information
#995B60 (or 0x995B60) is known color: Vin Rouge. HEX triplet: 99, 5B and 60. RGB value is (153,91,96). Sum of RGB (Red+Green+Blue) = 153+91+96=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #995B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B60 is #66A49F. Grayscale: #6E6E6E. Windows color (decimal): -6726816 or 6314905. OLE color: 6314905.
HSL color Cylindrical-coordinate representation of color #995B60: hue angle of 355.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B60 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 96 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.4 |
| HSL | 355.16º | 0.25% | 0.48% | - |
| HSV(B) | 355.16º | 0.41% | 0.6% | - |
| XYZ | 18.99 | 15.1 | 12.98 | - |
| YUV | 110.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 96 | 0 | 0.41 | 0.37 | 0.4 | 355.16 | 0.25 | 0.48 |
| Hex | 99 | 5B | 60 | 0 | 29 | 25 | 28 | 163 | 19 | 30 |
| Octal | 231 | 133 | 140 | 0 | 51 | 45 | 50 | 543 | 31 | 60 |
| Binary | 10011001 | 1011011 | 1100000 | 0 | 101001 | 100101 | 101000 | 101100011 | 11001 | 110000 |
Color Harmonies of #995B60
Complementary color
Monochromatic Colors of #995B60
Black with #995B60
Text Example
Text Example
White with #995B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B60; }
p { color: rgb(153,91,96); }
H1.HeaderClassName
{
color: #995B60;
}
.AnyTagClassName
{
color: #995B60;
}
</style>
background-color css
<style>
a { background-color: #995B60; }
a { background-color: rgb(153,91,96); }
div.DivClassName
{
background-color: #995B60;
}
.BgClassName
{
background-color: #995B60;
}
</style>
border-color css
<style>
span { border-color: #995B60; }
span { border-color: rgb(153,91,96); }
td.TdClassName
{
border-color: #995B60;
}
.TagClassName
{
border-color: #995B60;
}
</style>