Shades of Vin Rouge #8F5359
Tints of Vin Rouge #8F5359
RGB
CMYK
RGB Variations
Color information
#8F5359 (or 0x8F5359) is known color: Vin Rouge. HEX triplet: 8F, 53 and 59. RGB value is (143,83,89). Sum of RGB (Red+Green+Blue) = 143+83+89=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5359 is #70ACA6. Grayscale: #656565. Windows color (decimal): -7384231 or 5854095. OLE color: 5854095.
HSL color Cylindrical-coordinate representation of color #8F5359: hue angle of 354º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5359 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 89 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.44 |
| HSL | 354º | 0.27% | 0.44% | - |
| HSV(B) | 354º | 0.42% | 0.56% | - |
| XYZ | 16.22 | 12.75 | 11.06 | - |
| YUV | 101.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 89 | 0 | 0.42 | 0.38 | 0.44 | 354 | 0.27 | 0.44 |
| Hex | 8F | 53 | 59 | 0 | 2A | 26 | 2C | 162 | 1B | 2C |
| Octal | 217 | 123 | 131 | 0 | 52 | 46 | 54 | 542 | 33 | 54 |
| Binary | 10001111 | 1010011 | 1011001 | 0 | 101010 | 100110 | 101100 | 101100010 | 11011 | 101100 |
Color Harmonies of #8F5359
Complementary color
Monochromatic Colors of #8F5359
Black with #8F5359
Text Example
Text Example
White with #8F5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5359; }
p { color: rgb(143,83,89); }
H1.HeaderClassName
{
color: #8F5359;
}
.AnyTagClassName
{
color: #8F5359;
}
</style>
background-color css
<style>
a { background-color: #8F5359; }
a { background-color: rgb(143,83,89); }
div.DivClassName
{
background-color: #8F5359;
}
.BgClassName
{
background-color: #8F5359;
}
</style>
border-color css
<style>
span { border-color: #8F5359; }
span { border-color: rgb(143,83,89); }
td.TdClassName
{
border-color: #8F5359;
}
.TagClassName
{
border-color: #8F5359;
}
</style>