Shades of Rose Taupe #8D5D5D
Tints of Rose Taupe #8D5D5D
RGB
CMYK
RGB Variations
Color information
#8D5D5D (or 0x8D5D5D) is known color: Rose Taupe. HEX triplet: 8D, 5D and 5D. RGB value is (141,93,93). Sum of RGB (Red+Green+Blue) = 141+93+93=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5D5D is #72A2A2. Grayscale: #6B6B6B. Windows color (decimal): -7512739 or 6118797. OLE color: 6118797.
HSL color Cylindrical-coordinate representation of color #8D5D5D: hue angle of 0º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D5D5D is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 93 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.45 |
| HSL | 0º | 0.21% | 0.46% | - |
| HSV(B) | 0º | 0.34% | 0.55% | - |
| XYZ | 16.87 | 14.28 | 12.22 | - |
| YUV | 107.35 | 119.9 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 93 | 0 | 0.34 | 0.34 | 0.45 | 0 | 0.21 | 0.46 |
| Hex | 8D | 5D | 5D | 0 | 22 | 22 | 2D | 0 | 15 | 2E |
| Octal | 215 | 135 | 135 | 0 | 42 | 42 | 55 | 0 | 25 | 56 |
| Binary | 10001101 | 1011101 | 1011101 | 0 | 100010 | 100010 | 101101 | 0 | 10101 | 101110 |
Color Harmonies of #8D5D5D
Complementary color
Monochromatic Colors of #8D5D5D
Black with #8D5D5D
Text Example
Text Example
White with #8D5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D5D; }
p { color: rgb(141,93,93); }
H1.HeaderClassName
{
color: #8D5D5D;
}
.AnyTagClassName
{
color: #8D5D5D;
}
</style>
background-color css
<style>
a { background-color: #8D5D5D; }
a { background-color: rgb(141,93,93); }
div.DivClassName
{
background-color: #8D5D5D;
}
.BgClassName
{
background-color: #8D5D5D;
}
</style>
border-color css
<style>
span { border-color: #8D5D5D; }
span { border-color: rgb(141,93,93); }
td.TdClassName
{
border-color: #8D5D5D;
}
.TagClassName
{
border-color: #8D5D5D;
}
</style>