Shades of Vin Rouge #955166
Tints of Vin Rouge #955166
RGB
CMYK
RGB Variations
Color information
#955166 (or 0x955166) is known color: Vin Rouge. HEX triplet: 95, 51 and 66. RGB value is (149,81,102). Sum of RGB (Red+Green+Blue) = 149+81+102=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955166 is #6AAE99. Grayscale: #676767. Windows color (decimal): -6991514 or 6705557. OLE color: 6705557.
HSL color Cylindrical-coordinate representation of color #955166: hue angle of 341.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955166 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 102 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.42 |
| HSL | 341.47º | 0.3% | 0.45% | - |
| HSV(B) | 341.47º | 0.46% | 0.58% | - |
| XYZ | 17.74 | 13.23 | 14.19 | - |
| YUV | 103.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 102 | 0 | 0.46 | 0.32 | 0.42 | 341.47 | 0.3 | 0.45 |
| Hex | 95 | 51 | 66 | 0 | 2E | 20 | 2A | 155 | 1E | 2D |
| Octal | 225 | 121 | 146 | 0 | 56 | 40 | 52 | 525 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1100110 | 0 | 101110 | 100000 | 101010 | 101010101 | 11110 | 101101 |
Color Harmonies of #955166
Complementary color
Monochromatic Colors of #955166
Black with #955166
Text Example
Text Example
White with #955166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955166; }
p { color: rgb(149,81,102); }
H1.HeaderClassName
{
color: #955166;
}
.AnyTagClassName
{
color: #955166;
}
</style>
background-color css
<style>
a { background-color: #955166; }
a { background-color: rgb(149,81,102); }
div.DivClassName
{
background-color: #955166;
}
.BgClassName
{
background-color: #955166;
}
</style>
border-color css
<style>
span { border-color: #955166; }
span { border-color: rgb(149,81,102); }
td.TdClassName
{
border-color: #955166;
}
.TagClassName
{
border-color: #955166;
}
</style>