Shades of Vin Rouge #8F5964
Tints of Vin Rouge #8F5964
RGB
CMYK
RGB Variations
Color information
#8F5964 (or 0x8F5964) is known color: Vin Rouge. HEX triplet: 8F, 59 and 64. RGB value is (143,89,100). Sum of RGB (Red+Green+Blue) = 143+89+100=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5964 is #70A69B. Grayscale: #6A6A6A. Windows color (decimal): -7382684 or 6576527. OLE color: 6576527.
HSL color Cylindrical-coordinate representation of color #8F5964: hue angle of 347.78º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F5964 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 100 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.44 |
| HSL | 347.78º | 0.23% | 0.45% | - |
| HSV(B) | 347.78º | 0.38% | 0.56% | - |
| XYZ | 17.2 | 13.9 | 13.83 | - |
| YUV | 106.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 100 | 0 | 0.38 | 0.30 | 0.44 | 347.78 | 0.23 | 0.45 |
| Hex | 8F | 59 | 64 | 0 | 26 | 1E | 2C | 15C | 17 | 2D |
| Octal | 217 | 131 | 144 | 0 | 46 | 36 | 54 | 534 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1100100 | 0 | 100110 | 11110 | 101100 | 101011100 | 10111 | 101101 |
Color Harmonies of #8F5964
Complementary color
Monochromatic Colors of #8F5964
Black with #8F5964
Text Example
Text Example
White with #8F5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5964; }
p { color: rgb(143,89,100); }
H1.HeaderClassName
{
color: #8F5964;
}
.AnyTagClassName
{
color: #8F5964;
}
</style>
background-color css
<style>
a { background-color: #8F5964; }
a { background-color: rgb(143,89,100); }
div.DivClassName
{
background-color: #8F5964;
}
.BgClassName
{
background-color: #8F5964;
}
</style>
border-color css
<style>
span { border-color: #8F5964; }
span { border-color: rgb(143,89,100); }
td.TdClassName
{
border-color: #8F5964;
}
.TagClassName
{
border-color: #8F5964;
}
</style>