Shades of Vin Rouge #8C5059
Tints of Vin Rouge #8C5059
RGB
CMYK
RGB Variations
Color information
#8C5059 (or 0x8C5059) is known color: Vin Rouge. HEX triplet: 8C, 50 and 59. RGB value is (140,80,89). Sum of RGB (Red+Green+Blue) = 140+80+89=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5059 is #73AFA6. Grayscale: #626262. Windows color (decimal): -7581607 or 5853324. OLE color: 5853324.
HSL color Cylindrical-coordinate representation of color #8C5059: hue angle of 351º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C5059 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 89 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.45 |
| HSL | 351º | 0.27% | 0.43% | - |
| HSV(B) | 351º | 0.43% | 0.55% | - |
| XYZ | 15.49 | 12.03 | 10.96 | - |
| YUV | 98.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 89 | 0 | 0.43 | 0.36 | 0.45 | 351 | 0.27 | 0.43 |
| Hex | 8C | 50 | 59 | 0 | 2B | 24 | 2D | 15F | 1B | 2B |
| Octal | 214 | 120 | 131 | 0 | 53 | 44 | 55 | 537 | 33 | 53 |
| Binary | 10001100 | 1010000 | 1011001 | 0 | 101011 | 100100 | 101101 | 101011111 | 11011 | 101011 |
Color Harmonies of #8C5059
Complementary color
Monochromatic Colors of #8C5059
Black with #8C5059
Text Example
Text Example
White with #8C5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5059; }
p { color: rgb(140,80,89); }
H1.HeaderClassName
{
color: #8C5059;
}
.AnyTagClassName
{
color: #8C5059;
}
</style>
background-color css
<style>
a { background-color: #8C5059; }
a { background-color: rgb(140,80,89); }
div.DivClassName
{
background-color: #8C5059;
}
.BgClassName
{
background-color: #8C5059;
}
</style>
border-color css
<style>
span { border-color: #8C5059; }
span { border-color: rgb(140,80,89); }
td.TdClassName
{
border-color: #8C5059;
}
.TagClassName
{
border-color: #8C5059;
}
</style>