Shades of Vin Rouge #8F595D
Tints of Vin Rouge #8F595D
RGB
CMYK
RGB Variations
Color information
#8F595D (or 0x8F595D) is known color: Vin Rouge. HEX triplet: 8F, 59 and 5D. RGB value is (143,89,93). Sum of RGB (Red+Green+Blue) = 143+89+93=325 (43% of max value = 765). Red value is 143 (56.25% from 255 or 44% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 143 - color contains mainly: red. Hex color #8F595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F595D is #70A6A2. Grayscale: #696969. Windows color (decimal): -7382691 or 6117775. OLE color: 6117775.
HSL color Cylindrical-coordinate representation of color #8F595D: hue angle of 355.56º degrees, saturation: 0.23, 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 #8F595D is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 93 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.44 |
| HSL | 355.56º | 0.23% | 0.45% | - |
| HSV(B) | 355.56º | 0.38% | 0.56% | - |
| XYZ | 16.88 | 13.77 | 12.13 | - |
| YUV | 105.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 93 | 0 | 0.38 | 0.35 | 0.44 | 355.56 | 0.23 | 0.45 |
| Hex | 8F | 59 | 5D | 0 | 26 | 23 | 2C | 164 | 17 | 2D |
| Octal | 217 | 131 | 135 | 0 | 46 | 43 | 54 | 544 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1011101 | 0 | 100110 | 100011 | 101100 | 101100100 | 10111 | 101101 |
Color Harmonies of #8F595D
Complementary color
Monochromatic Colors of #8F595D
Black with #8F595D
Text Example
Text Example
White with #8F595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F595D; }
p { color: rgb(143,89,93); }
H1.HeaderClassName
{
color: #8F595D;
}
.AnyTagClassName
{
color: #8F595D;
}
</style>
background-color css
<style>
a { background-color: #8F595D; }
a { background-color: rgb(143,89,93); }
div.DivClassName
{
background-color: #8F595D;
}
.BgClassName
{
background-color: #8F595D;
}
</style>
border-color css
<style>
span { border-color: #8F595D; }
span { border-color: rgb(143,89,93); }
td.TdClassName
{
border-color: #8F595D;
}
.TagClassName
{
border-color: #8F595D;
}
</style>