Shades of Vin Rouge #8C585E
Tints of Vin Rouge #8C585E
RGB
CMYK
RGB Variations
Color information
#8C585E (or 0x8C585E) is known color: Vin Rouge. HEX triplet: 8C, 58 and 5E. RGB value is (140,88,94). Sum of RGB (Red+Green+Blue) = 140+88+94=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C585E is #73A7A1. Grayscale: #686868. Windows color (decimal): -7579554 or 6183052. OLE color: 6183052.
HSL color Cylindrical-coordinate representation of color #8C585E: hue angle of 353.08º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C585E is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 94 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.45 |
| HSL | 353.08º | 0.23% | 0.45% | - |
| HSV(B) | 353.08º | 0.37% | 0.55% | - |
| XYZ | 16.33 | 13.36 | 12.31 | - |
| YUV | 104.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 94 | 0 | 0.37 | 0.33 | 0.45 | 353.08 | 0.23 | 0.45 |
| Hex | 8C | 58 | 5E | 0 | 25 | 21 | 2D | 161 | 17 | 2D |
| Octal | 214 | 130 | 136 | 0 | 45 | 41 | 55 | 541 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1011110 | 0 | 100101 | 100001 | 101101 | 101100001 | 10111 | 101101 |
Color Harmonies of #8C585E
Complementary color
Monochromatic Colors of #8C585E
Black with #8C585E
Text Example
Text Example
White with #8C585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C585E; }
p { color: rgb(140,88,94); }
H1.HeaderClassName
{
color: #8C585E;
}
.AnyTagClassName
{
color: #8C585E;
}
</style>
background-color css
<style>
a { background-color: #8C585E; }
a { background-color: rgb(140,88,94); }
div.DivClassName
{
background-color: #8C585E;
}
.BgClassName
{
background-color: #8C585E;
}
</style>
border-color css
<style>
span { border-color: #8C585E; }
span { border-color: rgb(140,88,94); }
td.TdClassName
{
border-color: #8C585E;
}
.TagClassName
{
border-color: #8C585E;
}
</style>