Shades of Vin Rouge #995156
Tints of Vin Rouge #995156
RGB
CMYK
RGB Variations
Color information
#995156 (or 0x995156) is known color: Vin Rouge. HEX triplet: 99, 51 and 56. RGB value is (153,81,86). Sum of RGB (Red+Green+Blue) = 153+81+86=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #995156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995156 is #66AEA9. Grayscale: #676767. Windows color (decimal): -6729386 or 5656985. OLE color: 5656985.
HSL color Cylindrical-coordinate representation of color #995156: hue angle of 355.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995156 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 86 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.4 |
| HSL | 355.83º | 0.31% | 0.46% | - |
| HSV(B) | 355.83º | 0.47% | 0.6% | - |
| XYZ | 17.76 | 13.33 | 10.44 | - |
| YUV | 103.1 | 118.35 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 86 | 0 | 0.47 | 0.44 | 0.4 | 355.83 | 0.31 | 0.46 |
| Hex | 99 | 51 | 56 | 0 | 2F | 2C | 28 | 164 | 1F | 2E |
| Octal | 231 | 121 | 126 | 0 | 57 | 54 | 50 | 544 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1010110 | 0 | 101111 | 101100 | 101000 | 101100100 | 11111 | 101110 |
Color Harmonies of #995156
Complementary color
Monochromatic Colors of #995156
Black with #995156
Text Example
Text Example
White with #995156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995156; }
p { color: rgb(153,81,86); }
H1.HeaderClassName
{
color: #995156;
}
.AnyTagClassName
{
color: #995156;
}
</style>
background-color css
<style>
a { background-color: #995156; }
a { background-color: rgb(153,81,86); }
div.DivClassName
{
background-color: #995156;
}
.BgClassName
{
background-color: #995156;
}
</style>
border-color css
<style>
span { border-color: #995156; }
span { border-color: rgb(153,81,86); }
td.TdClassName
{
border-color: #995156;
}
.TagClassName
{
border-color: #995156;
}
</style>