Shades of Vin Rouge #8F5764
Tints of Vin Rouge #8F5764
RGB
CMYK
RGB Variations
Color information
#8F5764 (or 0x8F5764) is known color: Vin Rouge. HEX triplet: 8F, 57 and 64. RGB value is (143,87,100). Sum of RGB (Red+Green+Blue) = 143+87+100=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5764 is #70A89B. Grayscale: #696969. Windows color (decimal): -7383196 or 6576015. OLE color: 6576015.
HSL color Cylindrical-coordinate representation of color #8F5764: hue angle of 346.07º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F5764 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 100 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.44 |
| HSL | 346.07º | 0.24% | 0.45% | - |
| HSV(B) | 346.07º | 0.39% | 0.56% | - |
| XYZ | 17.04 | 13.58 | 13.78 | - |
| YUV | 105.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 100 | 0 | 0.39 | 0.30 | 0.44 | 346.07 | 0.24 | 0.45 |
| Hex | 8F | 57 | 64 | 0 | 27 | 1E | 2C | 15A | 18 | 2D |
| Octal | 217 | 127 | 144 | 0 | 47 | 36 | 54 | 532 | 30 | 55 |
| Binary | 10001111 | 1010111 | 1100100 | 0 | 100111 | 11110 | 101100 | 101011010 | 11000 | 101101 |
Color Harmonies of #8F5764
Complementary color
Monochromatic Colors of #8F5764
Black with #8F5764
Text Example
Text Example
White with #8F5764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5764; }
p { color: rgb(143,87,100); }
H1.HeaderClassName
{
color: #8F5764;
}
.AnyTagClassName
{
color: #8F5764;
}
</style>
background-color css
<style>
a { background-color: #8F5764; }
a { background-color: rgb(143,87,100); }
div.DivClassName
{
background-color: #8F5764;
}
.BgClassName
{
background-color: #8F5764;
}
</style>
border-color css
<style>
span { border-color: #8F5764; }
span { border-color: rgb(143,87,100); }
td.TdClassName
{
border-color: #8F5764;
}
.TagClassName
{
border-color: #8F5764;
}
</style>