Shades of Vin Rouge #955665
Tints of Vin Rouge #955665
RGB
CMYK
RGB Variations
Color information
#955665 (or 0x955665) is known color: Vin Rouge. HEX triplet: 95, 56 and 65. RGB value is (149,86,101). Sum of RGB (Red+Green+Blue) = 149+86+101=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955665 is #6AA99A. Grayscale: #6A6A6A. Windows color (decimal): -6990235 or 6641301. OLE color: 6641301.
HSL color Cylindrical-coordinate representation of color #955665: hue angle of 345.71º 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 #955665 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 101 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.42 |
| HSL | 345.71º | 0.27% | 0.46% | - |
| HSV(B) | 345.71º | 0.42% | 0.58% | - |
| XYZ | 18.07 | 13.98 | 14.06 | - |
| YUV | 106.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 101 | 0 | 0.42 | 0.32 | 0.42 | 345.71 | 0.27 | 0.46 |
| Hex | 95 | 56 | 65 | 0 | 2A | 20 | 2A | 15A | 1B | 2E |
| Octal | 225 | 126 | 145 | 0 | 52 | 40 | 52 | 532 | 33 | 56 |
| Binary | 10010101 | 1010110 | 1100101 | 0 | 101010 | 100000 | 101010 | 101011010 | 11011 | 101110 |
Color Harmonies of #955665
Complementary color
Monochromatic Colors of #955665
Black with #955665
Text Example
Text Example
White with #955665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955665; }
p { color: rgb(149,86,101); }
H1.HeaderClassName
{
color: #955665;
}
.AnyTagClassName
{
color: #955665;
}
</style>
background-color css
<style>
a { background-color: #955665; }
a { background-color: rgb(149,86,101); }
div.DivClassName
{
background-color: #955665;
}
.BgClassName
{
background-color: #955665;
}
</style>
border-color css
<style>
span { border-color: #955665; }
span { border-color: rgb(149,86,101); }
td.TdClassName
{
border-color: #955665;
}
.TagClassName
{
border-color: #955665;
}
</style>