Shades of Vin Rouge #8C595E
Tints of Vin Rouge #8C595E
RGB
CMYK
RGB Variations
Color information
#8C595E (or 0x8C595E) is known color: Vin Rouge. HEX triplet: 8C, 59 and 5E. RGB value is (140,89,94). Sum of RGB (Red+Green+Blue) = 140+89+94=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C595E is #73A6A1. Grayscale: #686868. Windows color (decimal): -7579298 or 6183308. OLE color: 6183308.
HSL color Cylindrical-coordinate representation of color #8C595E: hue angle of 354.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C595E is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 94 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.45 |
| HSL | 354.12º | 0.22% | 0.45% | - |
| HSV(B) | 354.12º | 0.36% | 0.55% | - |
| XYZ | 16.41 | 13.53 | 12.34 | - |
| YUV | 104.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 94 | 0 | 0.36 | 0.33 | 0.45 | 354.12 | 0.22 | 0.45 |
| Hex | 8C | 59 | 5E | 0 | 24 | 21 | 2D | 162 | 16 | 2D |
| Octal | 214 | 131 | 136 | 0 | 44 | 41 | 55 | 542 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1011110 | 0 | 100100 | 100001 | 101101 | 101100010 | 10110 | 101101 |
Color Harmonies of #8C595E
Complementary color
Monochromatic Colors of #8C595E
Black with #8C595E
Text Example
Text Example
White with #8C595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C595E; }
p { color: rgb(140,89,94); }
H1.HeaderClassName
{
color: #8C595E;
}
.AnyTagClassName
{
color: #8C595E;
}
</style>
background-color css
<style>
a { background-color: #8C595E; }
a { background-color: rgb(140,89,94); }
div.DivClassName
{
background-color: #8C595E;
}
.BgClassName
{
background-color: #8C595E;
}
</style>
border-color css
<style>
span { border-color: #8C595E; }
span { border-color: rgb(140,89,94); }
td.TdClassName
{
border-color: #8C595E;
}
.TagClassName
{
border-color: #8C595E;
}
</style>