Shades of Vin Rouge #955C60
Tints of Vin Rouge #955C60
RGB
CMYK
RGB Variations
Color information
#955C60 (or 0x955C60) is known color: Vin Rouge. HEX triplet: 95, 5C and 60. RGB value is (149,92,96). Sum of RGB (Red+Green+Blue) = 149+92+96=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C60 is #6AA39F. Grayscale: #6D6D6D. Windows color (decimal): -6988704 or 6315157. OLE color: 6315157.
HSL color Cylindrical-coordinate representation of color #955C60: hue angle of 355.79º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C60 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 96 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.42 |
| HSL | 355.79º | 0.24% | 0.47% | - |
| HSV(B) | 355.79º | 0.38% | 0.58% | - |
| XYZ | 18.33 | 14.89 | 12.97 | - |
| YUV | 109.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 96 | 0 | 0.38 | 0.36 | 0.42 | 355.79 | 0.24 | 0.47 |
| Hex | 95 | 5C | 60 | 0 | 26 | 24 | 2A | 164 | 18 | 2F |
| Octal | 225 | 134 | 140 | 0 | 46 | 44 | 52 | 544 | 30 | 57 |
| Binary | 10010101 | 1011100 | 1100000 | 0 | 100110 | 100100 | 101010 | 101100100 | 11000 | 101111 |
Color Harmonies of #955C60
Complementary color
Monochromatic Colors of #955C60
Black with #955C60
Text Example
Text Example
White with #955C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C60; }
p { color: rgb(149,92,96); }
H1.HeaderClassName
{
color: #955C60;
}
.AnyTagClassName
{
color: #955C60;
}
</style>
background-color css
<style>
a { background-color: #955C60; }
a { background-color: rgb(149,92,96); }
div.DivClassName
{
background-color: #955C60;
}
.BgClassName
{
background-color: #955C60;
}
</style>
border-color css
<style>
span { border-color: #955C60; }
span { border-color: rgb(149,92,96); }
td.TdClassName
{
border-color: #955C60;
}
.TagClassName
{
border-color: #955C60;
}
</style>