Shades of Vin Rouge #8F5864
Tints of Vin Rouge #8F5864
RGB
CMYK
RGB Variations
Color information
#8F5864 (or 0x8F5864) is known color: Vin Rouge. HEX triplet: 8F, 58 and 64. RGB value is (143,88,100). Sum of RGB (Red+Green+Blue) = 143+88+100=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5864 is #70A79B. Grayscale: #696969. Windows color (decimal): -7382940 or 6576271. OLE color: 6576271.
HSL color Cylindrical-coordinate representation of color #8F5864: hue angle of 346.91º degrees, saturation: 0.24, 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 #8F5864 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 88 | 100 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.44 |
| HSL | 346.91º | 0.24% | 0.45% | - |
| HSV(B) | 346.91º | 0.38% | 0.56% | - |
| XYZ | 17.12 | 13.74 | 13.81 | - |
| YUV | 105.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 88 | 100 | 0 | 0.38 | 0.30 | 0.44 | 346.91 | 0.24 | 0.45 |
| Hex | 8F | 58 | 64 | 0 | 26 | 1E | 2C | 15B | 18 | 2D |
| Octal | 217 | 130 | 144 | 0 | 46 | 36 | 54 | 533 | 30 | 55 |
| Binary | 10001111 | 1011000 | 1100100 | 0 | 100110 | 11110 | 101100 | 101011011 | 11000 | 101101 |
Color Harmonies of #8F5864
Complementary color
Monochromatic Colors of #8F5864
Black with #8F5864
Text Example
Text Example
White with #8F5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5864; }
p { color: rgb(143,88,100); }
H1.HeaderClassName
{
color: #8F5864;
}
.AnyTagClassName
{
color: #8F5864;
}
</style>
background-color css
<style>
a { background-color: #8F5864; }
a { background-color: rgb(143,88,100); }
div.DivClassName
{
background-color: #8F5864;
}
.BgClassName
{
background-color: #8F5864;
}
</style>
border-color css
<style>
span { border-color: #8F5864; }
span { border-color: rgb(143,88,100); }
td.TdClassName
{
border-color: #8F5864;
}
.TagClassName
{
border-color: #8F5864;
}
</style>