Shades of Vin Rouge #8F565B
Tints of Vin Rouge #8F565B
RGB
CMYK
RGB Variations
Color information
#8F565B (or 0x8F565B) is known color: Vin Rouge. HEX triplet: 8F, 56 and 5B. RGB value is (143,86,91). Sum of RGB (Red+Green+Blue) = 143+86+91=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F565B is #70A9A4. Grayscale: #676767. Windows color (decimal): -7383461 or 5985935. OLE color: 5985935.
HSL color Cylindrical-coordinate representation of color #8F565B: hue angle of 354.74º 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 #8F565B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 91 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.44 |
| HSL | 354.74º | 0.25% | 0.45% | - |
| HSV(B) | 354.74º | 0.4% | 0.56% | - |
| XYZ | 16.54 | 13.25 | 11.58 | - |
| YUV | 103.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 91 | 0 | 0.40 | 0.36 | 0.44 | 354.74 | 0.25 | 0.45 |
| Hex | 8F | 56 | 5B | 0 | 28 | 24 | 2C | 163 | 19 | 2D |
| Octal | 217 | 126 | 133 | 0 | 50 | 44 | 54 | 543 | 31 | 55 |
| Binary | 10001111 | 1010110 | 1011011 | 0 | 101000 | 100100 | 101100 | 101100011 | 11001 | 101101 |
Color Harmonies of #8F565B
Complementary color
Monochromatic Colors of #8F565B
Black with #8F565B
Text Example
Text Example
White with #8F565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F565B; }
p { color: rgb(143,86,91); }
H1.HeaderClassName
{
color: #8F565B;
}
.AnyTagClassName
{
color: #8F565B;
}
</style>
background-color css
<style>
a { background-color: #8F565B; }
a { background-color: rgb(143,86,91); }
div.DivClassName
{
background-color: #8F565B;
}
.BgClassName
{
background-color: #8F565B;
}
</style>
border-color css
<style>
span { border-color: #8F565B; }
span { border-color: rgb(143,86,91); }
td.TdClassName
{
border-color: #8F565B;
}
.TagClassName
{
border-color: #8F565B;
}
</style>