Shades of Vin Rouge #8C565C
Tints of Vin Rouge #8C565C
RGB
CMYK
RGB Variations
Color information
#8C565C (or 0x8C565C) is known color: Vin Rouge. HEX triplet: 8C, 56 and 5C. RGB value is (140,86,92). Sum of RGB (Red+Green+Blue) = 140+86+92=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C565C is #73A9A3. Grayscale: #666666. Windows color (decimal): -7580068 or 6051468. OLE color: 6051468.
HSL color Cylindrical-coordinate representation of color #8C565C: hue angle of 353.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C565C is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 92 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.45 |
| HSL | 353.33º | 0.24% | 0.44% | - |
| HSV(B) | 353.33º | 0.39% | 0.55% | - |
| XYZ | 16.07 | 13 | 11.79 | - |
| YUV | 102.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 92 | 0 | 0.39 | 0.34 | 0.45 | 353.33 | 0.24 | 0.44 |
| Hex | 8C | 56 | 5C | 0 | 27 | 22 | 2D | 161 | 18 | 2C |
| Octal | 214 | 126 | 134 | 0 | 47 | 42 | 55 | 541 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1011100 | 0 | 100111 | 100010 | 101101 | 101100001 | 11000 | 101100 |
Color Harmonies of #8C565C
Complementary color
Monochromatic Colors of #8C565C
Black with #8C565C
Text Example
Text Example
White with #8C565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C565C; }
p { color: rgb(140,86,92); }
H1.HeaderClassName
{
color: #8C565C;
}
.AnyTagClassName
{
color: #8C565C;
}
</style>
background-color css
<style>
a { background-color: #8C565C; }
a { background-color: rgb(140,86,92); }
div.DivClassName
{
background-color: #8C565C;
}
.BgClassName
{
background-color: #8C565C;
}
</style>
border-color css
<style>
span { border-color: #8C565C; }
span { border-color: rgb(140,86,92); }
td.TdClassName
{
border-color: #8C565C;
}
.TagClassName
{
border-color: #8C565C;
}
</style>