Shades of Vin Rouge #8D515B
Tints of Vin Rouge #8D515B
RGB
CMYK
RGB Variations
Color information
#8D515B (or 0x8D515B) is known color: Vin Rouge. HEX triplet: 8D, 51 and 5B. RGB value is (141,81,91). Sum of RGB (Red+Green+Blue) = 141+81+91=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D515B is #72AEA4. Grayscale: #646464. Windows color (decimal): -7515813 or 5984653. OLE color: 5984653.
HSL color Cylindrical-coordinate representation of color #8D515B: hue angle of 350º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D515B is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 91 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.45 |
| HSL | 350º | 0.27% | 0.44% | - |
| HSV(B) | 350º | 0.43% | 0.55% | - |
| XYZ | 15.82 | 12.3 | 11.44 | - |
| YUV | 100.08 | 122.88 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 91 | 0 | 0.43 | 0.35 | 0.45 | 350 | 0.27 | 0.44 |
| Hex | 8D | 51 | 5B | 0 | 2B | 23 | 2D | 15E | 1B | 2C |
| Octal | 215 | 121 | 133 | 0 | 53 | 43 | 55 | 536 | 33 | 54 |
| Binary | 10001101 | 1010001 | 1011011 | 0 | 101011 | 100011 | 101101 | 101011110 | 11011 | 101100 |
Color Harmonies of #8D515B
Complementary color
Monochromatic Colors of #8D515B
Black with #8D515B
Text Example
Text Example
White with #8D515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D515B; }
p { color: rgb(141,81,91); }
H1.HeaderClassName
{
color: #8D515B;
}
.AnyTagClassName
{
color: #8D515B;
}
</style>
background-color css
<style>
a { background-color: #8D515B; }
a { background-color: rgb(141,81,91); }
div.DivClassName
{
background-color: #8D515B;
}
.BgClassName
{
background-color: #8D515B;
}
</style>
border-color css
<style>
span { border-color: #8D515B; }
span { border-color: rgb(141,81,91); }
td.TdClassName
{
border-color: #8D515B;
}
.TagClassName
{
border-color: #8D515B;
}
</style>