Shades of Vin Rouge #955666
Tints of Vin Rouge #955666
RGB
CMYK
RGB Variations
Color information
#955666 (or 0x955666) is known color: Vin Rouge. HEX triplet: 95, 56 and 66. RGB value is (149,86,102). Sum of RGB (Red+Green+Blue) = 149+86+102=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955666 is #6AA999. Grayscale: #6A6A6A. Windows color (decimal): -6990234 or 6706837. OLE color: 6706837.
HSL color Cylindrical-coordinate representation of color #955666: hue angle of 344.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955666 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 102 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.42 |
| HSL | 344.76º | 0.27% | 0.46% | - |
| HSV(B) | 344.76º | 0.42% | 0.58% | - |
| XYZ | 18.12 | 14 | 14.32 | - |
| YUV | 106.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 102 | 0 | 0.42 | 0.32 | 0.42 | 344.76 | 0.27 | 0.46 |
| Hex | 95 | 56 | 66 | 0 | 2A | 20 | 2A | 159 | 1B | 2E |
| Octal | 225 | 126 | 146 | 0 | 52 | 40 | 52 | 531 | 33 | 56 |
| Binary | 10010101 | 1010110 | 1100110 | 0 | 101010 | 100000 | 101010 | 101011001 | 11011 | 101110 |
Color Harmonies of #955666
Complementary color
Monochromatic Colors of #955666
Black with #955666
Text Example
Text Example
White with #955666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955666; }
p { color: rgb(149,86,102); }
H1.HeaderClassName
{
color: #955666;
}
.AnyTagClassName
{
color: #955666;
}
</style>
background-color css
<style>
a { background-color: #955666; }
a { background-color: rgb(149,86,102); }
div.DivClassName
{
background-color: #955666;
}
.BgClassName
{
background-color: #955666;
}
</style>
border-color css
<style>
span { border-color: #955666; }
span { border-color: rgb(149,86,102); }
td.TdClassName
{
border-color: #955666;
}
.TagClassName
{
border-color: #955666;
}
</style>