Shades of Vin Rouge #8C565B
Tints of Vin Rouge #8C565B
RGB
CMYK
RGB Variations
Color information
#8C565B (or 0x8C565B) is known color: Vin Rouge. HEX triplet: 8C, 56 and 5B. RGB value is (140,86,91). Sum of RGB (Red+Green+Blue) = 140+86+91=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C565B is #73A9A4. Grayscale: #666666. Windows color (decimal): -7580069 or 5985932. OLE color: 5985932.
HSL color Cylindrical-coordinate representation of color #8C565B: hue angle of 354.44º 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 #8C565B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 91 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.45 |
| HSL | 354.44º | 0.24% | 0.44% | - |
| HSV(B) | 354.44º | 0.39% | 0.55% | - |
| XYZ | 16.03 | 12.99 | 11.56 | - |
| YUV | 102.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 91 | 0 | 0.39 | 0.35 | 0.45 | 354.44 | 0.24 | 0.44 |
| Hex | 8C | 56 | 5B | 0 | 27 | 23 | 2D | 162 | 18 | 2C |
| Octal | 214 | 126 | 133 | 0 | 47 | 43 | 55 | 542 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1011011 | 0 | 100111 | 100011 | 101101 | 101100010 | 11000 | 101100 |
Color Harmonies of #8C565B
Complementary color
Monochromatic Colors of #8C565B
Black with #8C565B
Text Example
Text Example
White with #8C565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C565B; }
p { color: rgb(140,86,91); }
H1.HeaderClassName
{
color: #8C565B;
}
.AnyTagClassName
{
color: #8C565B;
}
</style>
background-color css
<style>
a { background-color: #8C565B; }
a { background-color: rgb(140,86,91); }
div.DivClassName
{
background-color: #8C565B;
}
.BgClassName
{
background-color: #8C565B;
}
</style>
border-color css
<style>
span { border-color: #8C565B; }
span { border-color: rgb(140,86,91); }
td.TdClassName
{
border-color: #8C565B;
}
.TagClassName
{
border-color: #8C565B;
}
</style>