Shades of Vin Rouge #8F5663
Tints of Vin Rouge #8F5663
RGB
CMYK
RGB Variations
Color information
#8F5663 (or 0x8F5663) is known color: Vin Rouge. HEX triplet: 8F, 56 and 63. RGB value is (143,86,99). Sum of RGB (Red+Green+Blue) = 143+86+99=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5663 is #70A99C. Grayscale: #686868. Windows color (decimal): -7383453 or 6510223. OLE color: 6510223.
HSL color Cylindrical-coordinate representation of color #8F5663: hue angle of 346.32º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F5663 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 99 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.44 |
| HSL | 346.32º | 0.25% | 0.45% | - |
| HSV(B) | 346.32º | 0.4% | 0.56% | - |
| XYZ | 16.91 | 13.4 | 13.5 | - |
| YUV | 104.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 99 | 0 | 0.40 | 0.31 | 0.44 | 346.32 | 0.25 | 0.45 |
| Hex | 8F | 56 | 63 | 0 | 28 | 1F | 2C | 15A | 19 | 2D |
| Octal | 217 | 126 | 143 | 0 | 50 | 37 | 54 | 532 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1100011 | 0 | 101000 | 11111 | 101100 | 101011010 | 11001 | 101101 |
Color Harmonies of #8F5663
Complementary color
Monochromatic Colors of #8F5663
Black with #8F5663
Text Example
Text Example
White with #8F5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5663; }
p { color: rgb(143,86,99); }
H1.HeaderClassName
{
color: #8F5663;
}
.AnyTagClassName
{
color: #8F5663;
}
</style>
background-color css
<style>
a { background-color: #8F5663; }
a { background-color: rgb(143,86,99); }
div.DivClassName
{
background-color: #8F5663;
}
.BgClassName
{
background-color: #8F5663;
}
</style>
border-color css
<style>
span { border-color: #8F5663; }
span { border-color: rgb(143,86,99); }
td.TdClassName
{
border-color: #8F5663;
}
.TagClassName
{
border-color: #8F5663;
}
</style>