Shades of Solid Pink #8D424F
Tints of Solid Pink #8D424F
RGB
CMYK
RGB Variations
Color information
#8D424F (or 0x8D424F) is known color: Solid Pink. HEX triplet: 8D, 42 and 4F. RGB value is (141,66,79). Sum of RGB (Red+Green+Blue) = 141+66+79=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D424F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D424F is #72BDB0. Grayscale: #595959. Windows color (decimal): -7519665 or 5194381. OLE color: 5194381.
HSL color Cylindrical-coordinate representation of color #8D424F: hue angle of 349.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D424F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 79 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.45 |
| HSL | 349.6º | 0.36% | 0.41% | - |
| HSV(B) | 349.6º | 0.53% | 0.55% | - |
| XYZ | 14.34 | 10.12 | 8.6 | - |
| YUV | 89.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 79 | 0 | 0.53 | 0.44 | 0.45 | 349.6 | 0.36 | 0.41 |
| Hex | 8D | 42 | 4F | 0 | 35 | 2C | 2D | 15E | 24 | 29 |
| Octal | 215 | 102 | 117 | 0 | 65 | 54 | 55 | 536 | 44 | 51 |
| Binary | 10001101 | 1000010 | 1001111 | 0 | 110101 | 101100 | 101101 | 101011110 | 100100 | 101001 |
Color Harmonies of #8D424F
Complementary color
Monochromatic Colors of #8D424F
Black with #8D424F
Text Example
Text Example
White with #8D424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D424F; }
p { color: rgb(141,66,79); }
H1.HeaderClassName
{
color: #8D424F;
}
.AnyTagClassName
{
color: #8D424F;
}
</style>
background-color css
<style>
a { background-color: #8D424F; }
a { background-color: rgb(141,66,79); }
div.DivClassName
{
background-color: #8D424F;
}
.BgClassName
{
background-color: #8D424F;
}
</style>
border-color css
<style>
span { border-color: #8D424F; }
span { border-color: rgb(141,66,79); }
td.TdClassName
{
border-color: #8D424F;
}
.TagClassName
{
border-color: #8D424F;
}
</style>