Shades of Vin Rouge #8D5C61
Tints of Vin Rouge #8D5C61
RGB
CMYK
RGB Variations
Color information
#8D5C61 (or 0x8D5C61) is known color: Vin Rouge. HEX triplet: 8D, 5C and 61. RGB value is (141,92,97). Sum of RGB (Red+Green+Blue) = 141+92+97=330 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.73% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5C61 is #72A39E. Grayscale: #6B6B6B. Windows color (decimal): -7512991 or 6380685. OLE color: 6380685.
HSL color Cylindrical-coordinate representation of color #8D5C61: hue angle of 353.88º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C61 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 92 | 97 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.45 |
| HSL | 353.88º | 0.21% | 0.46% | - |
| HSV(B) | 353.88º | 0.35% | 0.55% | - |
| XYZ | 16.97 | 14.18 | 13.15 | - |
| YUV | 107.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 97 | 0 | 0.35 | 0.31 | 0.45 | 353.88 | 0.21 | 0.46 |
| Hex | 8D | 5C | 61 | 0 | 23 | 1F | 2D | 162 | 15 | 2E |
| Octal | 215 | 134 | 141 | 0 | 43 | 37 | 55 | 542 | 25 | 56 |
| Binary | 10001101 | 1011100 | 1100001 | 0 | 100011 | 11111 | 101101 | 101100010 | 10101 | 101110 |
Color Harmonies of #8D5C61
Complementary color
Monochromatic Colors of #8D5C61
Black with #8D5C61
Text Example
Text Example
White with #8D5C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5C61; }
p { color: rgb(141,92,97); }
H1.HeaderClassName
{
color: #8D5C61;
}
.AnyTagClassName
{
color: #8D5C61;
}
</style>
background-color css
<style>
a { background-color: #8D5C61; }
a { background-color: rgb(141,92,97); }
div.DivClassName
{
background-color: #8D5C61;
}
.BgClassName
{
background-color: #8D5C61;
}
</style>
border-color css
<style>
span { border-color: #8D5C61; }
span { border-color: rgb(141,92,97); }
td.TdClassName
{
border-color: #8D5C61;
}
.TagClassName
{
border-color: #8D5C61;
}
</style>