Shades of Vin Rouge #8F5761
Tints of Vin Rouge #8F5761
RGB
CMYK
RGB Variations
Color information
#8F5761 (or 0x8F5761) is known color: Vin Rouge. HEX triplet: 8F, 57 and 61. RGB value is (143,87,97). Sum of RGB (Red+Green+Blue) = 143+87+97=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5761 is #70A89E. Grayscale: #686868. Windows color (decimal): -7383199 or 6379407. OLE color: 6379407.
HSL color Cylindrical-coordinate representation of color #8F5761: hue angle of 349.29º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5761 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 97 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.44 |
| HSL | 349.29º | 0.24% | 0.45% | - |
| HSV(B) | 349.29º | 0.39% | 0.56% | - |
| XYZ | 16.89 | 13.52 | 13.03 | - |
| YUV | 104.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 97 | 0 | 0.39 | 0.32 | 0.44 | 349.29 | 0.24 | 0.45 |
| Hex | 8F | 57 | 61 | 0 | 27 | 20 | 2C | 15D | 18 | 2D |
| Octal | 217 | 127 | 141 | 0 | 47 | 40 | 54 | 535 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1100001 | 0 | 100111 | 100000 | 101100 | 101011101 | 11000 | 101101 |
Color Harmonies of #8F5761
Complementary color
Monochromatic Colors of #8F5761
Black with #8F5761
Text Example
Text Example
White with #8F5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5761; }
p { color: rgb(143,87,97); }
H1.HeaderClassName
{
color: #8F5761;
}
.AnyTagClassName
{
color: #8F5761;
}
</style>
background-color css
<style>
a { background-color: #8F5761; }
a { background-color: rgb(143,87,97); }
div.DivClassName
{
background-color: #8F5761;
}
.BgClassName
{
background-color: #8F5761;
}
</style>
border-color css
<style>
span { border-color: #8F5761; }
span { border-color: rgb(143,87,97); }
td.TdClassName
{
border-color: #8F5761;
}
.TagClassName
{
border-color: #8F5761;
}
</style>