Shades of Rose Taupe #8D5655
Tints of Rose Taupe #8D5655
RGB
CMYK
RGB Variations
Color information
#8D5655 (or 0x8D5655) is known color: Rose Taupe. HEX triplet: 8D, 56 and 55. RGB value is (141,86,85). Sum of RGB (Red+Green+Blue) = 141+86+85=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5655 is #72A9AA. Grayscale: #666666. Windows color (decimal): -7514539 or 5592717. OLE color: 5592717.
HSL color Cylindrical-coordinate representation of color #8D5655: hue angle of 1.07º 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 #8D5655 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 86 | 85 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.45 |
| HSL | 1.07º | 0.25% | 0.44% | - |
| HSV(B) | 1.07º | 0.4% | 0.55% | - |
| XYZ | 15.95 | 12.97 | 10.26 | - |
| YUV | 102.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 86 | 85 | 0 | 0.39 | 0.40 | 0.45 | 1.07 | 0.25 | 0.44 |
| Hex | 8D | 56 | 55 | 0 | 27 | 28 | 2D | 1 | 19 | 2C |
| Octal | 215 | 126 | 125 | 0 | 47 | 50 | 55 | 1 | 31 | 54 |
| Binary | 10001101 | 1010110 | 1010101 | 0 | 100111 | 101000 | 101101 | 1 | 11001 | 101100 |
Color Harmonies of #8D5655
Complementary color
Monochromatic Colors of #8D5655
Black with #8D5655
Text Example
Text Example
White with #8D5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5655; }
p { color: rgb(141,86,85); }
H1.HeaderClassName
{
color: #8D5655;
}
.AnyTagClassName
{
color: #8D5655;
}
</style>
background-color css
<style>
a { background-color: #8D5655; }
a { background-color: rgb(141,86,85); }
div.DivClassName
{
background-color: #8D5655;
}
.BgClassName
{
background-color: #8D5655;
}
</style>
border-color css
<style>
span { border-color: #8D5655; }
span { border-color: rgb(141,86,85); }
td.TdClassName
{
border-color: #8D5655;
}
.TagClassName
{
border-color: #8D5655;
}
</style>