Shades of Solid Pink #8D414D
Tints of Solid Pink #8D414D
RGB
CMYK
RGB Variations
Color information
#8D414D (or 0x8D414D) is known color: Solid Pink. HEX triplet: 8D, 41 and 4D. RGB value is (141,65,77). Sum of RGB (Red+Green+Blue) = 141+65+77=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D414D is #72BEB2. Grayscale: #595959. Windows color (decimal): -7519923 or 5063053. OLE color: 5063053.
HSL color Cylindrical-coordinate representation of color #8D414D: hue angle of 350.53º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D414D is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 65 | 77 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.45 |
| HSL | 350.53º | 0.37% | 0.4% | - |
| HSV(B) | 350.53º | 0.54% | 0.55% | - |
| XYZ | 14.21 | 9.98 | 8.2 | - |
| YUV | 89.09 | 121.18 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 65 | 77 | 0 | 0.54 | 0.45 | 0.45 | 350.53 | 0.37 | 0.4 |
| Hex | 8D | 41 | 4D | 0 | 36 | 2D | 2D | 15F | 25 | 28 |
| Octal | 215 | 101 | 115 | 0 | 66 | 55 | 55 | 537 | 45 | 50 |
| Binary | 10001101 | 1000001 | 1001101 | 0 | 110110 | 101101 | 101101 | 101011111 | 100101 | 101000 |
Color Harmonies of #8D414D
Complementary color
Monochromatic Colors of #8D414D
Black with #8D414D
Text Example
Text Example
White with #8D414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D414D; }
p { color: rgb(141,65,77); }
H1.HeaderClassName
{
color: #8D414D;
}
.AnyTagClassName
{
color: #8D414D;
}
</style>
background-color css
<style>
a { background-color: #8D414D; }
a { background-color: rgb(141,65,77); }
div.DivClassName
{
background-color: #8D414D;
}
.BgClassName
{
background-color: #8D414D;
}
</style>
border-color css
<style>
span { border-color: #8D414D; }
span { border-color: rgb(141,65,77); }
td.TdClassName
{
border-color: #8D414D;
}
.TagClassName
{
border-color: #8D414D;
}
</style>