Shades of Solid Pink #8D5557
Tints of Solid Pink #8D5557
RGB
CMYK
RGB Variations
Color information
#8D5557 (or 0x8D5557) is known color: Solid Pink. HEX triplet: 8D, 55 and 57. RGB value is (141,85,87). Sum of RGB (Red+Green+Blue) = 141+85+87=313 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.05% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5557 is #72AAA8. Grayscale: #666666. Windows color (decimal): -7514793 or 5723533. OLE color: 5723533.
HSL color Cylindrical-coordinate representation of color #8D5557: hue angle of 357.86º 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 #8D5557 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 85 | 87 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.45 |
| HSL | 357.86º | 0.25% | 0.44% | - |
| HSV(B) | 357.86º | 0.4% | 0.55% | - |
| XYZ | 15.95 | 12.85 | 10.66 | - |
| YUV | 101.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 87 | 0 | 0.40 | 0.38 | 0.45 | 357.86 | 0.25 | 0.44 |
| Hex | 8D | 55 | 57 | 0 | 28 | 26 | 2D | 166 | 19 | 2C |
| Octal | 215 | 125 | 127 | 0 | 50 | 46 | 55 | 546 | 31 | 54 |
| Binary | 10001101 | 1010101 | 1010111 | 0 | 101000 | 100110 | 101101 | 101100110 | 11001 | 101100 |
Color Harmonies of #8D5557
Complementary color
Monochromatic Colors of #8D5557
Black with #8D5557
Text Example
Text Example
White with #8D5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5557; }
p { color: rgb(141,85,87); }
H1.HeaderClassName
{
color: #8D5557;
}
.AnyTagClassName
{
color: #8D5557;
}
</style>
background-color css
<style>
a { background-color: #8D5557; }
a { background-color: rgb(141,85,87); }
div.DivClassName
{
background-color: #8D5557;
}
.BgClassName
{
background-color: #8D5557;
}
</style>
border-color css
<style>
span { border-color: #8D5557; }
span { border-color: rgb(141,85,87); }
td.TdClassName
{
border-color: #8D5557;
}
.TagClassName
{
border-color: #8D5557;
}
</style>