Shades of Rose Taupe #8D625C
Tints of Rose Taupe #8D625C
RGB
CMYK
RGB Variations
Color information
#8D625C (or 0x8D625C) is known color: Rose Taupe. HEX triplet: 8D, 62 and 5C. RGB value is (141,98,92). Sum of RGB (Red+Green+Blue) = 141+98+92=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D625C is #729DA3. Grayscale: #6E6E6E. Windows color (decimal): -7511460 or 6054541. OLE color: 6054541.
HSL color Cylindrical-coordinate representation of color #8D625C: hue angle of 7.35º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D625C is Cyan = 0, Magento = 0.30, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 92 | - |
| CMYK | 0 | 0.30 | 0.35 | 0.45 |
| HSL | 7.35º | 0.21% | 0.46% | - |
| HSV(B) | 7.35º | 0.35% | 0.55% | - |
| XYZ | 17.28 | 15.17 | 12.14 | - |
| YUV | 110.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 92 | 0 | 0.30 | 0.35 | 0.45 | 7.35 | 0.21 | 0.46 |
| Hex | 8D | 62 | 5C | 0 | 1E | 23 | 2D | 7 | 15 | 2E |
| Octal | 215 | 142 | 134 | 0 | 36 | 43 | 55 | 7 | 25 | 56 |
| Binary | 10001101 | 1100010 | 1011100 | 0 | 11110 | 100011 | 101101 | 111 | 10101 | 101110 |
Color Harmonies of #8D625C
Complementary color
Monochromatic Colors of #8D625C
Black with #8D625C
Text Example
Text Example
White with #8D625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D625C; }
p { color: rgb(141,98,92); }
H1.HeaderClassName
{
color: #8D625C;
}
.AnyTagClassName
{
color: #8D625C;
}
</style>
background-color css
<style>
a { background-color: #8D625C; }
a { background-color: rgb(141,98,92); }
div.DivClassName
{
background-color: #8D625C;
}
.BgClassName
{
background-color: #8D625C;
}
</style>
border-color css
<style>
span { border-color: #8D625C; }
span { border-color: rgb(141,98,92); }
td.TdClassName
{
border-color: #8D625C;
}
.TagClassName
{
border-color: #8D625C;
}
</style>