Shades of Vin Rouge #8D5961
Tints of Vin Rouge #8D5961
RGB
CMYK
RGB Variations
Color information
#8D5961 (or 0x8D5961) is known color: Vin Rouge. HEX triplet: 8D, 59 and 61. RGB value is (141,89,97). Sum of RGB (Red+Green+Blue) = 141+89+97=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5961 is #72A69E. Grayscale: #696969. Windows color (decimal): -7513759 or 6379917. OLE color: 6379917.
HSL color Cylindrical-coordinate representation of color #8D5961: hue angle of 350.77º 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 #8D5961 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 97 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.45 |
| HSL | 350.77º | 0.23% | 0.45% | - |
| HSV(B) | 350.77º | 0.37% | 0.55% | - |
| XYZ | 16.71 | 13.67 | 13.07 | - |
| YUV | 105.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 97 | 0 | 0.37 | 0.31 | 0.45 | 350.77 | 0.23 | 0.45 |
| Hex | 8D | 59 | 61 | 0 | 25 | 1F | 2D | 15F | 17 | 2D |
| Octal | 215 | 131 | 141 | 0 | 45 | 37 | 55 | 537 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1100001 | 0 | 100101 | 11111 | 101101 | 101011111 | 10111 | 101101 |
Color Harmonies of #8D5961
Complementary color
Monochromatic Colors of #8D5961
Black with #8D5961
Text Example
Text Example
White with #8D5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5961; }
p { color: rgb(141,89,97); }
H1.HeaderClassName
{
color: #8D5961;
}
.AnyTagClassName
{
color: #8D5961;
}
</style>
background-color css
<style>
a { background-color: #8D5961; }
a { background-color: rgb(141,89,97); }
div.DivClassName
{
background-color: #8D5961;
}
.BgClassName
{
background-color: #8D5961;
}
</style>
border-color css
<style>
span { border-color: #8D5961; }
span { border-color: rgb(141,89,97); }
td.TdClassName
{
border-color: #8D5961;
}
.TagClassName
{
border-color: #8D5961;
}
</style>