Shades of Solid Pink #8C414D
Tints of Solid Pink #8C414D
RGB
CMYK
RGB Variations
Color information
#8C414D (or 0x8C414D) is known color: Solid Pink. HEX triplet: 8C, 41 and 4D. RGB value is (140,65,77). Sum of RGB (Red+Green+Blue) = 140+65+77=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C414D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C414D is #73BEB2. Grayscale: #585858. Windows color (decimal): -7585459 or 5063052. OLE color: 5063052.
HSL color Cylindrical-coordinate representation of color #8C414D: hue angle of 350.4º 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 #8C414D is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 77 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.45 |
| HSL | 350.4º | 0.37% | 0.4% | - |
| HSV(B) | 350.4º | 0.54% | 0.55% | - |
| XYZ | 14.05 | 9.89 | 8.19 | - |
| YUV | 88.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 77 | 0 | 0.54 | 0.45 | 0.45 | 350.4 | 0.37 | 0.4 |
| Hex | 8C | 41 | 4D | 0 | 36 | 2D | 2D | 15E | 25 | 28 |
| Octal | 214 | 101 | 115 | 0 | 66 | 55 | 55 | 536 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1001101 | 0 | 110110 | 101101 | 101101 | 101011110 | 100101 | 101000 |
Color Harmonies of #8C414D
Complementary color
Monochromatic Colors of #8C414D
Black with #8C414D
Text Example
Text Example
White with #8C414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C414D; }
p { color: rgb(140,65,77); }
H1.HeaderClassName
{
color: #8C414D;
}
.AnyTagClassName
{
color: #8C414D;
}
</style>
background-color css
<style>
a { background-color: #8C414D; }
a { background-color: rgb(140,65,77); }
div.DivClassName
{
background-color: #8C414D;
}
.BgClassName
{
background-color: #8C414D;
}
</style>
border-color css
<style>
span { border-color: #8C414D; }
span { border-color: rgb(140,65,77); }
td.TdClassName
{
border-color: #8C414D;
}
.TagClassName
{
border-color: #8C414D;
}
</style>