Shades of Vin Rouge #8F505E
Tints of Vin Rouge #8F505E
RGB
CMYK
RGB Variations
Color information
#8F505E (or 0x8F505E) is known color: Vin Rouge. HEX triplet: 8F, 50 and 5E. RGB value is (143,80,94). Sum of RGB (Red+Green+Blue) = 143+80+94=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 143 - color contains mainly: red. Hex color #8F505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F505E is #70AFA1. Grayscale: #646464. Windows color (decimal): -7384994 or 6181007. OLE color: 6181007.
HSL color Cylindrical-coordinate representation of color #8F505E: hue angle of 346.67º 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 #8F505E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 94 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.44 |
| HSL | 346.67º | 0.28% | 0.44% | - |
| HSV(B) | 346.67º | 0.44% | 0.56% | - |
| XYZ | 16.22 | 12.39 | 12.13 | - |
| YUV | 100.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 94 | 0 | 0.44 | 0.34 | 0.44 | 346.67 | 0.28 | 0.44 |
| Hex | 8F | 50 | 5E | 0 | 2C | 22 | 2C | 15B | 1C | 2C |
| Octal | 217 | 120 | 136 | 0 | 54 | 42 | 54 | 533 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1011110 | 0 | 101100 | 100010 | 101100 | 101011011 | 11100 | 101100 |
Color Harmonies of #8F505E
Complementary color
Monochromatic Colors of #8F505E
Black with #8F505E
Text Example
Text Example
White with #8F505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F505E; }
p { color: rgb(143,80,94); }
H1.HeaderClassName
{
color: #8F505E;
}
.AnyTagClassName
{
color: #8F505E;
}
</style>
background-color css
<style>
a { background-color: #8F505E; }
a { background-color: rgb(143,80,94); }
div.DivClassName
{
background-color: #8F505E;
}
.BgClassName
{
background-color: #8F505E;
}
</style>
border-color css
<style>
span { border-color: #8F505E; }
span { border-color: rgb(143,80,94); }
td.TdClassName
{
border-color: #8F505E;
}
.TagClassName
{
border-color: #8F505E;
}
</style>