Shades of Vin Rouge #8C5B60
Tints of Vin Rouge #8C5B60
RGB
CMYK
RGB Variations
Color information
#8C5B60 (or 0x8C5B60) is known color: Vin Rouge. HEX triplet: 8C, 5B and 60. RGB value is (140,91,96). Sum of RGB (Red+Green+Blue) = 140+91+96=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B60 is #73A49F. Grayscale: #6A6A6A. Windows color (decimal): -7578784 or 6314892. OLE color: 6314892.
HSL color Cylindrical-coordinate representation of color #8C5B60: hue angle of 353.88º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B60 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 91 | 96 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.45 |
| HSL | 353.88º | 0.21% | 0.45% | - |
| HSV(B) | 353.88º | 0.35% | 0.55% | - |
| XYZ | 16.67 | 13.9 | 12.87 | - |
| YUV | 106.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 96 | 0 | 0.35 | 0.31 | 0.45 | 353.88 | 0.21 | 0.45 |
| Hex | 8C | 5B | 60 | 0 | 23 | 1F | 2D | 162 | 15 | 2D |
| Octal | 214 | 133 | 140 | 0 | 43 | 37 | 55 | 542 | 25 | 55 |
| Binary | 10001100 | 1011011 | 1100000 | 0 | 100011 | 11111 | 101101 | 101100010 | 10101 | 101101 |
Color Harmonies of #8C5B60
Complementary color
Monochromatic Colors of #8C5B60
Black with #8C5B60
Text Example
Text Example
White with #8C5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B60; }
p { color: rgb(140,91,96); }
H1.HeaderClassName
{
color: #8C5B60;
}
.AnyTagClassName
{
color: #8C5B60;
}
</style>
background-color css
<style>
a { background-color: #8C5B60; }
a { background-color: rgb(140,91,96); }
div.DivClassName
{
background-color: #8C5B60;
}
.BgClassName
{
background-color: #8C5B60;
}
</style>
border-color css
<style>
span { border-color: #8C5B60; }
span { border-color: rgb(140,91,96); }
td.TdClassName
{
border-color: #8C5B60;
}
.TagClassName
{
border-color: #8C5B60;
}
</style>