Shades of Solid Pink #8D595A
Tints of Solid Pink #8D595A
RGB
CMYK
RGB Variations
Color information
#8D595A (or 0x8D595A) is known color: Solid Pink. HEX triplet: 8D, 59 and 5A. RGB value is (141,89,90). Sum of RGB (Red+Green+Blue) = 141+89+90=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D595A is #72A6A5. Grayscale: #686868. Windows color (decimal): -7513766 or 5921165. OLE color: 5921165.
HSL color Cylindrical-coordinate representation of color #8D595A: hue angle of 358.85º 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 #8D595A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 90 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.45 |
| HSL | 358.85º | 0.23% | 0.45% | - |
| HSV(B) | 358.85º | 0.37% | 0.55% | - |
| XYZ | 16.4 | 13.55 | 11.42 | - |
| YUV | 104.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 90 | 0 | 0.37 | 0.36 | 0.45 | 358.85 | 0.23 | 0.45 |
| Hex | 8D | 59 | 5A | 0 | 25 | 24 | 2D | 167 | 17 | 2D |
| Octal | 215 | 131 | 132 | 0 | 45 | 44 | 55 | 547 | 27 | 55 |
| Binary | 10001101 | 1011001 | 1011010 | 0 | 100101 | 100100 | 101101 | 101100111 | 10111 | 101101 |
Color Harmonies of #8D595A
Complementary color
Monochromatic Colors of #8D595A
Black with #8D595A
Text Example
Text Example
White with #8D595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D595A; }
p { color: rgb(141,89,90); }
H1.HeaderClassName
{
color: #8D595A;
}
.AnyTagClassName
{
color: #8D595A;
}
</style>
background-color css
<style>
a { background-color: #8D595A; }
a { background-color: rgb(141,89,90); }
div.DivClassName
{
background-color: #8D595A;
}
.BgClassName
{
background-color: #8D595A;
}
</style>
border-color css
<style>
span { border-color: #8D595A; }
span { border-color: rgb(141,89,90); }
td.TdClassName
{
border-color: #8D595A;
}
.TagClassName
{
border-color: #8D595A;
}
</style>