Shades of Vin Rouge #8F4D5B
Tints of Vin Rouge #8F4D5B
RGB
CMYK
RGB Variations
Color information
#8F4D5B (or 0x8F4D5B) is known color: Vin Rouge. HEX triplet: 8F, 4D and 5B. RGB value is (143,77,91). Sum of RGB (Red+Green+Blue) = 143+77+91=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F4D5B is #70B2A4. Grayscale: #626262. Windows color (decimal): -7385765 or 5983631. OLE color: 5983631.
HSL color Cylindrical-coordinate representation of color #8F4D5B: hue angle of 347.27º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F4D5B is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 77 | 91 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.44 |
| HSL | 347.27º | 0.3% | 0.43% | - |
| HSV(B) | 347.27º | 0.46% | 0.56% | - |
| XYZ | 15.87 | 11.9 | 11.36 | - |
| YUV | 98.33 | 123.87 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 77 | 91 | 0 | 0.46 | 0.36 | 0.44 | 347.27 | 0.3 | 0.43 |
| Hex | 8F | 4D | 5B | 0 | 2E | 24 | 2C | 15B | 1E | 2B |
| Octal | 217 | 115 | 133 | 0 | 56 | 44 | 54 | 533 | 36 | 53 |
| Binary | 10001111 | 1001101 | 1011011 | 0 | 101110 | 100100 | 101100 | 101011011 | 11110 | 101011 |
Color Harmonies of #8F4D5B
Complementary color
Monochromatic Colors of #8F4D5B
Black with #8F4D5B
Text Example
Text Example
White with #8F4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4D5B; }
p { color: rgb(143,77,91); }
H1.HeaderClassName
{
color: #8F4D5B;
}
.AnyTagClassName
{
color: #8F4D5B;
}
</style>
background-color css
<style>
a { background-color: #8F4D5B; }
a { background-color: rgb(143,77,91); }
div.DivClassName
{
background-color: #8F4D5B;
}
.BgClassName
{
background-color: #8F4D5B;
}
</style>
border-color css
<style>
span { border-color: #8F4D5B; }
span { border-color: rgb(143,77,91); }
td.TdClassName
{
border-color: #8F4D5B;
}
.TagClassName
{
border-color: #8F4D5B;
}
</style>