Shades of Vin Rouge #8F565F
Tints of Vin Rouge #8F565F
RGB
CMYK
RGB Variations
Color information
#8F565F (or 0x8F565F) is known color: Vin Rouge. HEX triplet: 8F, 56 and 5F. RGB value is (143,86,95). Sum of RGB (Red+Green+Blue) = 143+86+95=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F565F is #70A9A0. Grayscale: #686868. Windows color (decimal): -7383457 or 6248079. OLE color: 6248079.
HSL color Cylindrical-coordinate representation of color #8F565F: hue angle of 350.53º 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 #8F565F is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 95 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.44 |
| HSL | 350.53º | 0.25% | 0.45% | - |
| HSV(B) | 350.53º | 0.4% | 0.56% | - |
| XYZ | 16.72 | 13.32 | 12.52 | - |
| YUV | 104.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 95 | 0 | 0.40 | 0.34 | 0.44 | 350.53 | 0.25 | 0.45 |
| Hex | 8F | 56 | 5F | 0 | 28 | 22 | 2C | 15F | 19 | 2D |
| Octal | 217 | 126 | 137 | 0 | 50 | 42 | 54 | 537 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1011111 | 0 | 101000 | 100010 | 101100 | 101011111 | 11001 | 101101 |
Color Harmonies of #8F565F
Complementary color
Monochromatic Colors of #8F565F
Black with #8F565F
Text Example
Text Example
White with #8F565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F565F; }
p { color: rgb(143,86,95); }
H1.HeaderClassName
{
color: #8F565F;
}
.AnyTagClassName
{
color: #8F565F;
}
</style>
background-color css
<style>
a { background-color: #8F565F; }
a { background-color: rgb(143,86,95); }
div.DivClassName
{
background-color: #8F565F;
}
.BgClassName
{
background-color: #8F565F;
}
</style>
border-color css
<style>
span { border-color: #8F565F; }
span { border-color: rgb(143,86,95); }
td.TdClassName
{
border-color: #8F565F;
}
.TagClassName
{
border-color: #8F565F;
}
</style>