Shades of Solid Pink #8D595B
Tints of Solid Pink #8D595B
RGB
CMYK
RGB Variations
Color information
#8D595B (or 0x8D595B) is known color: Solid Pink. HEX triplet: 8D, 59 and 5B. RGB value is (141,89,91). Sum of RGB (Red+Green+Blue) = 141+89+91=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D595B is #72A6A4. Grayscale: #686868. Windows color (decimal): -7513765 or 5986701. OLE color: 5986701.
HSL color Cylindrical-coordinate representation of color #8D595B: hue angle of 357.69º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D595B is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 91 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.45 |
| HSL | 357.69º | 0.23% | 0.45% | - |
| HSV(B) | 357.69º | 0.37% | 0.55% | - |
| XYZ | 16.45 | 13.56 | 11.65 | - |
| YUV | 104.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 91 | 0 | 0.37 | 0.35 | 0.45 | 357.69 | 0.23 | 0.45 |
| Hex | 8D | 59 | 5B | 0 | 25 | 23 | 2D | 166 | 17 | 2D |
| Octal | 215 | 131 | 133 | 0 | 45 | 43 | 55 | 546 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1011011 | 0 | 100101 | 100011 | 101101 | 101100110 | 10111 | 101101 |
Color Harmonies of #8D595B
Complementary color
Monochromatic Colors of #8D595B
Black with #8D595B
Text Example
Text Example
White with #8D595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D595B; }
p { color: rgb(141,89,91); }
H1.HeaderClassName
{
color: #8D595B;
}
.AnyTagClassName
{
color: #8D595B;
}
</style>
background-color css
<style>
a { background-color: #8D595B; }
a { background-color: rgb(141,89,91); }
div.DivClassName
{
background-color: #8D595B;
}
.BgClassName
{
background-color: #8D595B;
}
</style>
border-color css
<style>
span { border-color: #8D595B; }
span { border-color: rgb(141,89,91); }
td.TdClassName
{
border-color: #8D595B;
}
.TagClassName
{
border-color: #8D595B;
}
</style>