Shades of Vin Rouge #995659
Tints of Vin Rouge #995659
RGB
CMYK
RGB Variations
Color information
#995659 (or 0x995659) is known color: Vin Rouge. HEX triplet: 99, 56 and 59. RGB value is (153,86,89). Sum of RGB (Red+Green+Blue) = 153+86+89=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #995659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995659 is #66A9A6. Grayscale: #6A6A6A. Windows color (decimal): -6728103 or 5854873. OLE color: 5854873.
HSL color Cylindrical-coordinate representation of color #995659: hue angle of 357.31º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995659 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 86 | 89 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.4 |
| HSL | 357.31º | 0.28% | 0.47% | - |
| HSV(B) | 357.31º | 0.44% | 0.6% | - |
| XYZ | 18.27 | 14.15 | 11.22 | - |
| YUV | 106.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 89 | 0 | 0.44 | 0.42 | 0.4 | 357.31 | 0.28 | 0.47 |
| Hex | 99 | 56 | 59 | 0 | 2C | 2A | 28 | 165 | 1C | 2F |
| Octal | 231 | 126 | 131 | 0 | 54 | 52 | 50 | 545 | 34 | 57 |
| Binary | 10011001 | 1010110 | 1011001 | 0 | 101100 | 101010 | 101000 | 101100101 | 11100 | 101111 |
Color Harmonies of #995659
Complementary color
Monochromatic Colors of #995659
Black with #995659
Text Example
Text Example
White with #995659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995659; }
p { color: rgb(153,86,89); }
H1.HeaderClassName
{
color: #995659;
}
.AnyTagClassName
{
color: #995659;
}
</style>
background-color css
<style>
a { background-color: #995659; }
a { background-color: rgb(153,86,89); }
div.DivClassName
{
background-color: #995659;
}
.BgClassName
{
background-color: #995659;
}
</style>
border-color css
<style>
span { border-color: #995659; }
span { border-color: rgb(153,86,89); }
td.TdClassName
{
border-color: #995659;
}
.TagClassName
{
border-color: #995659;
}
</style>