Shades of Vin Rouge #8E4F5B
Tints of Vin Rouge #8E4F5B
RGB
CMYK
RGB Variations
Color information
#8E4F5B (or 0x8E4F5B) is known color: Vin Rouge. HEX triplet: 8E, 4F and 5B. RGB value is (142,79,91). Sum of RGB (Red+Green+Blue) = 142+79+91=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4F5B is #71B0A4. Grayscale: #636363. Windows color (decimal): -7450789 or 5984142. OLE color: 5984142.
HSL color Cylindrical-coordinate representation of color #8E4F5B: hue angle of 348.57º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E4F5B is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 79 | 91 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.44 |
| HSL | 348.57º | 0.29% | 0.43% | - |
| HSV(B) | 348.57º | 0.44% | 0.56% | - |
| XYZ | 15.84 | 12.1 | 11.4 | - |
| YUV | 99.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 79 | 91 | 0 | 0.44 | 0.36 | 0.44 | 348.57 | 0.29 | 0.43 |
| Hex | 8E | 4F | 5B | 0 | 2C | 24 | 2C | 15D | 1D | 2B |
| Octal | 216 | 117 | 133 | 0 | 54 | 44 | 54 | 535 | 35 | 53 |
| Binary | 10001110 | 1001111 | 1011011 | 0 | 101100 | 100100 | 101100 | 101011101 | 11101 | 101011 |
Color Harmonies of #8E4F5B
Complementary color
Monochromatic Colors of #8E4F5B
Black with #8E4F5B
Text Example
Text Example
White with #8E4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4F5B; }
p { color: rgb(142,79,91); }
H1.HeaderClassName
{
color: #8E4F5B;
}
.AnyTagClassName
{
color: #8E4F5B;
}
</style>
background-color css
<style>
a { background-color: #8E4F5B; }
a { background-color: rgb(142,79,91); }
div.DivClassName
{
background-color: #8E4F5B;
}
.BgClassName
{
background-color: #8E4F5B;
}
</style>
border-color css
<style>
span { border-color: #8E4F5B; }
span { border-color: rgb(142,79,91); }
td.TdClassName
{
border-color: #8E4F5B;
}
.TagClassName
{
border-color: #8E4F5B;
}
</style>