Shades of Vin Rouge #995966
Tints of Vin Rouge #995966
RGB
CMYK
RGB Variations
Color information
#995966 (or 0x995966) is known color: Vin Rouge. HEX triplet: 99, 59 and 66. RGB value is (153,89,102). Sum of RGB (Red+Green+Blue) = 153+89+102=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995966 is #66A699. Grayscale: #6D6D6D. Windows color (decimal): -6727322 or 6707609. OLE color: 6707609.
HSL color Cylindrical-coordinate representation of color #995966: hue angle of 347.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995966 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 102 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.4 |
| HSL | 347.81º | 0.26% | 0.47% | - |
| HSV(B) | 347.81º | 0.42% | 0.6% | - |
| XYZ | 19.11 | 14.88 | 14.43 | - |
| YUV | 109.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 102 | 0 | 0.42 | 0.33 | 0.4 | 347.81 | 0.26 | 0.47 |
| Hex | 99 | 59 | 66 | 0 | 2A | 21 | 28 | 15C | 1A | 2F |
| Octal | 231 | 131 | 146 | 0 | 52 | 41 | 50 | 534 | 32 | 57 |
| Binary | 10011001 | 1011001 | 1100110 | 0 | 101010 | 100001 | 101000 | 101011100 | 11010 | 101111 |
Color Harmonies of #995966
Complementary color
Monochromatic Colors of #995966
Black with #995966
Text Example
Text Example
White with #995966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995966; }
p { color: rgb(153,89,102); }
H1.HeaderClassName
{
color: #995966;
}
.AnyTagClassName
{
color: #995966;
}
</style>
background-color css
<style>
a { background-color: #995966; }
a { background-color: rgb(153,89,102); }
div.DivClassName
{
background-color: #995966;
}
.BgClassName
{
background-color: #995966;
}
</style>
border-color css
<style>
span { border-color: #995966; }
span { border-color: rgb(153,89,102); }
td.TdClassName
{
border-color: #995966;
}
.TagClassName
{
border-color: #995966;
}
</style>