Shades of Vin Rouge #8F5562
Tints of Vin Rouge #8F5562
RGB
CMYK
RGB Variations
Color information
#8F5562 (or 0x8F5562) is known color: Vin Rouge. HEX triplet: 8F, 55 and 62. RGB value is (143,85,98). Sum of RGB (Red+Green+Blue) = 143+85+98=326 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.87% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5562 is #70AA9D. Grayscale: #676767. Windows color (decimal): -7383710 or 6444431. OLE color: 6444431.
HSL color Cylindrical-coordinate representation of color #8F5562: hue angle of 346.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5562 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 98 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.44 |
| HSL | 346.55º | 0.25% | 0.45% | - |
| HSV(B) | 346.55º | 0.41% | 0.56% | - |
| XYZ | 16.78 | 13.22 | 13.22 | - |
| YUV | 103.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 98 | 0 | 0.41 | 0.31 | 0.44 | 346.55 | 0.25 | 0.45 |
| Hex | 8F | 55 | 62 | 0 | 29 | 1F | 2C | 15B | 19 | 2D |
| Octal | 217 | 125 | 142 | 0 | 51 | 37 | 54 | 533 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1100010 | 0 | 101001 | 11111 | 101100 | 101011011 | 11001 | 101101 |
Color Harmonies of #8F5562
Complementary color
Monochromatic Colors of #8F5562
Black with #8F5562
Text Example
Text Example
White with #8F5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5562; }
p { color: rgb(143,85,98); }
H1.HeaderClassName
{
color: #8F5562;
}
.AnyTagClassName
{
color: #8F5562;
}
</style>
background-color css
<style>
a { background-color: #8F5562; }
a { background-color: rgb(143,85,98); }
div.DivClassName
{
background-color: #8F5562;
}
.BgClassName
{
background-color: #8F5562;
}
</style>
border-color css
<style>
span { border-color: #8F5562; }
span { border-color: rgb(143,85,98); }
td.TdClassName
{
border-color: #8F5562;
}
.TagClassName
{
border-color: #8F5562;
}
</style>