Shades of Vin Rouge #8F595C
Tints of Vin Rouge #8F595C
RGB
CMYK
RGB Variations
Color information
#8F595C (or 0x8F595C) is known color: Vin Rouge. HEX triplet: 8F, 59 and 5C. RGB value is (143,89,92). Sum of RGB (Red+Green+Blue) = 143+89+92=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 143 - color contains mainly: red. Hex color #8F595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F595C is #70A6A3. Grayscale: #696969. Windows color (decimal): -7382692 or 6052239. OLE color: 6052239.
HSL color Cylindrical-coordinate representation of color #8F595C: hue angle of 356.67º 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 #8F595C is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 89 | 92 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.44 |
| HSL | 356.67º | 0.23% | 0.45% | - |
| HSV(B) | 356.67º | 0.38% | 0.56% | - |
| XYZ | 16.83 | 13.76 | 11.89 | - |
| YUV | 105.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 89 | 92 | 0 | 0.38 | 0.36 | 0.44 | 356.67 | 0.23 | 0.45 |
| Hex | 8F | 59 | 5C | 0 | 26 | 24 | 2C | 165 | 17 | 2D |
| Octal | 217 | 131 | 134 | 0 | 46 | 44 | 54 | 545 | 27 | 55 |
| Binary | 10001111 | 1011001 | 1011100 | 0 | 100110 | 100100 | 101100 | 101100101 | 10111 | 101101 |
Color Harmonies of #8F595C
Complementary color
Monochromatic Colors of #8F595C
Black with #8F595C
Text Example
Text Example
White with #8F595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F595C; }
p { color: rgb(143,89,92); }
H1.HeaderClassName
{
color: #8F595C;
}
.AnyTagClassName
{
color: #8F595C;
}
</style>
background-color css
<style>
a { background-color: #8F595C; }
a { background-color: rgb(143,89,92); }
div.DivClassName
{
background-color: #8F595C;
}
.BgClassName
{
background-color: #8F595C;
}
</style>
border-color css
<style>
span { border-color: #8F595C; }
span { border-color: rgb(143,89,92); }
td.TdClassName
{
border-color: #8F595C;
}
.TagClassName
{
border-color: #8F595C;
}
</style>