Shades of Vin Rouge #8F5058
Tints of Vin Rouge #8F5058
RGB
CMYK
RGB Variations
Color information
#8F5058 (or 0x8F5058) is known color: Vin Rouge. HEX triplet: 8F, 50 and 58. RGB value is (143,80,88). Sum of RGB (Red+Green+Blue) = 143+80+88=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5058 is #70AFA7. Grayscale: #636363. Windows color (decimal): -7385000 or 5787791. OLE color: 5787791.
HSL color Cylindrical-coordinate representation of color #8F5058: hue angle of 352.38º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F5058 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 88 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.44 |
| HSL | 352.38º | 0.28% | 0.44% | - |
| HSV(B) | 352.38º | 0.44% | 0.56% | - |
| XYZ | 15.96 | 12.28 | 10.76 | - |
| YUV | 99.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 88 | 0 | 0.44 | 0.38 | 0.44 | 352.38 | 0.28 | 0.44 |
| Hex | 8F | 50 | 58 | 0 | 2C | 26 | 2C | 160 | 1C | 2C |
| Octal | 217 | 120 | 130 | 0 | 54 | 46 | 54 | 540 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1011000 | 0 | 101100 | 100110 | 101100 | 101100000 | 11100 | 101100 |
Color Harmonies of #8F5058
Complementary color
Monochromatic Colors of #8F5058
Black with #8F5058
Text Example
Text Example
White with #8F5058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5058; }
p { color: rgb(143,80,88); }
H1.HeaderClassName
{
color: #8F5058;
}
.AnyTagClassName
{
color: #8F5058;
}
</style>
background-color css
<style>
a { background-color: #8F5058; }
a { background-color: rgb(143,80,88); }
div.DivClassName
{
background-color: #8F5058;
}
.BgClassName
{
background-color: #8F5058;
}
</style>
border-color css
<style>
span { border-color: #8F5058; }
span { border-color: rgb(143,80,88); }
td.TdClassName
{
border-color: #8F5058;
}
.TagClassName
{
border-color: #8F5058;
}
</style>