Shades of Vin Rouge #8D585B
Tints of Vin Rouge #8D585B
RGB
CMYK
RGB Variations
Color information
#8D585B (or 0x8D585B) is known color: Vin Rouge. HEX triplet: 8D, 58 and 5B. RGB value is (141,88,91). Sum of RGB (Red+Green+Blue) = 141+88+91=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D585B is #72A7A4. Grayscale: #686868. Windows color (decimal): -7514021 or 5986445. OLE color: 5986445.
HSL color Cylindrical-coordinate representation of color #8D585B: hue angle of 356.6º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D585B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 88 | 91 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.45 |
| HSL | 356.6º | 0.23% | 0.45% | - |
| HSV(B) | 356.6º | 0.38% | 0.55% | - |
| XYZ | 16.36 | 13.4 | 11.62 | - |
| YUV | 104.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 88 | 91 | 0 | 0.38 | 0.35 | 0.45 | 356.6 | 0.23 | 0.45 |
| Hex | 8D | 58 | 5B | 0 | 26 | 23 | 2D | 165 | 17 | 2D |
| Octal | 215 | 130 | 133 | 0 | 46 | 43 | 55 | 545 | 27 | 55 |
| Binary | 10001101 | 1011000 | 1011011 | 0 | 100110 | 100011 | 101101 | 101100101 | 10111 | 101101 |
Color Harmonies of #8D585B
Complementary color
Monochromatic Colors of #8D585B
Black with #8D585B
Text Example
Text Example
White with #8D585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D585B; }
p { color: rgb(141,88,91); }
H1.HeaderClassName
{
color: #8D585B;
}
.AnyTagClassName
{
color: #8D585B;
}
</style>
background-color css
<style>
a { background-color: #8D585B; }
a { background-color: rgb(141,88,91); }
div.DivClassName
{
background-color: #8D585B;
}
.BgClassName
{
background-color: #8D585B;
}
</style>
border-color css
<style>
span { border-color: #8D585B; }
span { border-color: rgb(141,88,91); }
td.TdClassName
{
border-color: #8D585B;
}
.TagClassName
{
border-color: #8D585B;
}
</style>