Shades of Vin Rouge #8C565E
Tints of Vin Rouge #8C565E
RGB
CMYK
RGB Variations
Color information
#8C565E (or 0x8C565E) is known color: Vin Rouge. HEX triplet: 8C, 56 and 5E. RGB value is (140,86,94). Sum of RGB (Red+Green+Blue) = 140+86+94=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C565E is #73A9A1. Grayscale: #676767. Windows color (decimal): -7580066 or 6182540. OLE color: 6182540.
HSL color Cylindrical-coordinate representation of color #8C565E: hue angle of 351.11º 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 #8C565E is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 94 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.45 |
| HSL | 351.11º | 0.24% | 0.44% | - |
| HSV(B) | 351.11º | 0.39% | 0.55% | - |
| XYZ | 16.16 | 13.04 | 12.25 | - |
| YUV | 103.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 94 | 0 | 0.39 | 0.33 | 0.45 | 351.11 | 0.24 | 0.44 |
| Hex | 8C | 56 | 5E | 0 | 27 | 21 | 2D | 15F | 18 | 2C |
| Octal | 214 | 126 | 136 | 0 | 47 | 41 | 55 | 537 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1011110 | 0 | 100111 | 100001 | 101101 | 101011111 | 11000 | 101100 |
Color Harmonies of #8C565E
Complementary color
Monochromatic Colors of #8C565E
Black with #8C565E
Text Example
Text Example
White with #8C565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C565E; }
p { color: rgb(140,86,94); }
H1.HeaderClassName
{
color: #8C565E;
}
.AnyTagClassName
{
color: #8C565E;
}
</style>
background-color css
<style>
a { background-color: #8C565E; }
a { background-color: rgb(140,86,94); }
div.DivClassName
{
background-color: #8C565E;
}
.BgClassName
{
background-color: #8C565E;
}
</style>
border-color css
<style>
span { border-color: #8C565E; }
span { border-color: rgb(140,86,94); }
td.TdClassName
{
border-color: #8C565E;
}
.TagClassName
{
border-color: #8C565E;
}
</style>