Shades of Vin Rouge #955B60
Tints of Vin Rouge #955B60
RGB
CMYK
RGB Variations
Color information
#955B60 (or 0x955B60) is known color: Vin Rouge. HEX triplet: 95, 5B and 60. RGB value is (149,91,96). Sum of RGB (Red+Green+Blue) = 149+91+96=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #955B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B60 is #6AA49F. Grayscale: #6C6C6C. Windows color (decimal): -6988960 or 6314901. OLE color: 6314901.
HSL color Cylindrical-coordinate representation of color #955B60: hue angle of 354.83º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B60 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 96 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.42 |
| HSL | 354.83º | 0.24% | 0.47% | - |
| HSV(B) | 354.83º | 0.39% | 0.58% | - |
| XYZ | 18.25 | 14.72 | 12.95 | - |
| YUV | 108.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 96 | 0 | 0.39 | 0.36 | 0.42 | 354.83 | 0.24 | 0.47 |
| Hex | 95 | 5B | 60 | 0 | 27 | 24 | 2A | 163 | 18 | 2F |
| Octal | 225 | 133 | 140 | 0 | 47 | 44 | 52 | 543 | 30 | 57 |
| Binary | 10010101 | 1011011 | 1100000 | 0 | 100111 | 100100 | 101010 | 101100011 | 11000 | 101111 |
Color Harmonies of #955B60
Complementary color
Monochromatic Colors of #955B60
Black with #955B60
Text Example
Text Example
White with #955B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B60; }
p { color: rgb(149,91,96); }
H1.HeaderClassName
{
color: #955B60;
}
.AnyTagClassName
{
color: #955B60;
}
</style>
background-color css
<style>
a { background-color: #955B60; }
a { background-color: rgb(149,91,96); }
div.DivClassName
{
background-color: #955B60;
}
.BgClassName
{
background-color: #955B60;
}
</style>
border-color css
<style>
span { border-color: #955B60; }
span { border-color: rgb(149,91,96); }
td.TdClassName
{
border-color: #955B60;
}
.TagClassName
{
border-color: #955B60;
}
</style>