Shades of Vin Rouge #8D555E
Tints of Vin Rouge #8D555E
RGB
CMYK
RGB Variations
Color information
#8D555E (or 0x8D555E) is known color: Vin Rouge. HEX triplet: 8D, 55 and 5E. RGB value is (141,85,94). Sum of RGB (Red+Green+Blue) = 141+85+94=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D555E is #72AAA1. Grayscale: #666666. Windows color (decimal): -7514786 or 6182285. OLE color: 6182285.
HSL color Cylindrical-coordinate representation of color #8D555E: hue angle of 350.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D555E is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 94 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.45 |
| HSL | 350.36º | 0.25% | 0.44% | - |
| HSV(B) | 350.36º | 0.4% | 0.55% | - |
| XYZ | 16.25 | 12.97 | 12.24 | - |
| YUV | 102.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 94 | 0 | 0.40 | 0.33 | 0.45 | 350.36 | 0.25 | 0.44 |
| Hex | 8D | 55 | 5E | 0 | 28 | 21 | 2D | 15E | 19 | 2C |
| Octal | 215 | 125 | 136 | 0 | 50 | 41 | 55 | 536 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1011110 | 0 | 101000 | 100001 | 101101 | 101011110 | 11001 | 101100 |
Color Harmonies of #8D555E
Complementary color
Monochromatic Colors of #8D555E
Black with #8D555E
Text Example
Text Example
White with #8D555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D555E; }
p { color: rgb(141,85,94); }
H1.HeaderClassName
{
color: #8D555E;
}
.AnyTagClassName
{
color: #8D555E;
}
</style>
background-color css
<style>
a { background-color: #8D555E; }
a { background-color: rgb(141,85,94); }
div.DivClassName
{
background-color: #8D555E;
}
.BgClassName
{
background-color: #8D555E;
}
</style>
border-color css
<style>
span { border-color: #8D555E; }
span { border-color: rgb(141,85,94); }
td.TdClassName
{
border-color: #8D555E;
}
.TagClassName
{
border-color: #8D555E;
}
</style>