Shades of Rose Taupe #8F5A55
Tints of Rose Taupe #8F5A55
RGB
CMYK
RGB Variations
Color information
#8F5A55 (or 0x8F5A55) is known color: Rose Taupe. HEX triplet: 8F, 5A and 55. RGB value is (143,90,85). Sum of RGB (Red+Green+Blue) = 143+90+85=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A55 is #70A5AA. Grayscale: #696969. Windows color (decimal): -7382443 or 5593743. OLE color: 5593743.
HSL color Cylindrical-coordinate representation of color #8F5A55: hue angle of 5.17º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F5A55 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 85 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.44 |
| HSL | 5.17º | 0.25% | 0.45% | - |
| HSV(B) | 5.17º | 0.41% | 0.56% | - |
| XYZ | 16.62 | 13.81 | 10.38 | - |
| YUV | 105.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 85 | 0 | 0.37 | 0.41 | 0.44 | 5.17 | 0.25 | 0.45 |
| Hex | 8F | 5A | 55 | 0 | 25 | 29 | 2C | 5 | 19 | 2D |
| Octal | 217 | 132 | 125 | 0 | 45 | 51 | 54 | 5 | 31 | 55 |
| Binary | 10001111 | 1011010 | 1010101 | 0 | 100101 | 101001 | 101100 | 101 | 11001 | 101101 |
Color Harmonies of #8F5A55
Complementary color
Monochromatic Colors of #8F5A55
Black with #8F5A55
Text Example
Text Example
White with #8F5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A55; }
p { color: rgb(143,90,85); }
H1.HeaderClassName
{
color: #8F5A55;
}
.AnyTagClassName
{
color: #8F5A55;
}
</style>
background-color css
<style>
a { background-color: #8F5A55; }
a { background-color: rgb(143,90,85); }
div.DivClassName
{
background-color: #8F5A55;
}
.BgClassName
{
background-color: #8F5A55;
}
</style>
border-color css
<style>
span { border-color: #8F5A55; }
span { border-color: rgb(143,90,85); }
td.TdClassName
{
border-color: #8F5A55;
}
.TagClassName
{
border-color: #8F5A55;
}
</style>