Shades of Vin Rouge #8D545C
Tints of Vin Rouge #8D545C
RGB
CMYK
RGB Variations
Color information
#8D545C (or 0x8D545C) is known color: Vin Rouge. HEX triplet: 8D, 54 and 5C. RGB value is (141,84,92). Sum of RGB (Red+Green+Blue) = 141+84+92=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D545C is #72ABA3. Grayscale: #656565. Windows color (decimal): -7515044 or 6050957. OLE color: 6050957.
HSL color Cylindrical-coordinate representation of color #8D545C: hue angle of 351.58º 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 #8D545C is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 92 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.45 |
| HSL | 351.58º | 0.25% | 0.44% | - |
| HSV(B) | 351.58º | 0.4% | 0.55% | - |
| XYZ | 16.09 | 12.78 | 11.74 | - |
| YUV | 101.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 92 | 0 | 0.40 | 0.35 | 0.45 | 351.58 | 0.25 | 0.44 |
| Hex | 8D | 54 | 5C | 0 | 28 | 23 | 2D | 160 | 19 | 2C |
| Octal | 215 | 124 | 134 | 0 | 50 | 43 | 55 | 540 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1011100 | 0 | 101000 | 100011 | 101101 | 101100000 | 11001 | 101100 |
Color Harmonies of #8D545C
Complementary color
Monochromatic Colors of #8D545C
Black with #8D545C
Text Example
Text Example
White with #8D545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D545C; }
p { color: rgb(141,84,92); }
H1.HeaderClassName
{
color: #8D545C;
}
.AnyTagClassName
{
color: #8D545C;
}
</style>
background-color css
<style>
a { background-color: #8D545C; }
a { background-color: rgb(141,84,92); }
div.DivClassName
{
background-color: #8D545C;
}
.BgClassName
{
background-color: #8D545C;
}
</style>
border-color css
<style>
span { border-color: #8D545C; }
span { border-color: rgb(141,84,92); }
td.TdClassName
{
border-color: #8D545C;
}
.TagClassName
{
border-color: #8D545C;
}
</style>