Shades of Vin Rouge #8C5961
Tints of Vin Rouge #8C5961
RGB
CMYK
RGB Variations
Color information
#8C5961 (or 0x8C5961) is known color: Vin Rouge. HEX triplet: 8C, 59 and 61. RGB value is (140,89,97). Sum of RGB (Red+Green+Blue) = 140+89+97=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5961 is #73A69E. Grayscale: #696969. Windows color (decimal): -7579295 or 6379916. OLE color: 6379916.
HSL color Cylindrical-coordinate representation of color #8C5961: hue angle of 350.59º 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 #8C5961 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 97 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.45 |
| HSL | 350.59º | 0.22% | 0.45% | - |
| HSV(B) | 350.59º | 0.36% | 0.55% | - |
| XYZ | 16.55 | 13.58 | 13.06 | - |
| YUV | 105.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 97 | 0 | 0.36 | 0.31 | 0.45 | 350.59 | 0.22 | 0.45 |
| Hex | 8C | 59 | 61 | 0 | 24 | 1F | 2D | 15F | 16 | 2D |
| Octal | 214 | 131 | 141 | 0 | 44 | 37 | 55 | 537 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1100001 | 0 | 100100 | 11111 | 101101 | 101011111 | 10110 | 101101 |
Color Harmonies of #8C5961
Complementary color
Monochromatic Colors of #8C5961
Black with #8C5961
Text Example
Text Example
White with #8C5961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5961; }
p { color: rgb(140,89,97); }
H1.HeaderClassName
{
color: #8C5961;
}
.AnyTagClassName
{
color: #8C5961;
}
</style>
background-color css
<style>
a { background-color: #8C5961; }
a { background-color: rgb(140,89,97); }
div.DivClassName
{
background-color: #8C5961;
}
.BgClassName
{
background-color: #8C5961;
}
</style>
border-color css
<style>
span { border-color: #8C5961; }
span { border-color: rgb(140,89,97); }
td.TdClassName
{
border-color: #8C5961;
}
.TagClassName
{
border-color: #8C5961;
}
</style>