Shades of Solid Pink #8D474E
Tints of Solid Pink #8D474E
RGB
CMYK
RGB Variations
Color information
#8D474E (or 0x8D474E) is known color: Solid Pink. HEX triplet: 8D, 47 and 4E. RGB value is (141,71,78). Sum of RGB (Red+Green+Blue) = 141+71+78=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D474E is #72B8B1. Grayscale: #5C5C5C. Windows color (decimal): -7518386 or 5130125. OLE color: 5130125.
HSL color Cylindrical-coordinate representation of color #8D474E: hue angle of 354º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D474E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 78 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.45 |
| HSL | 354º | 0.33% | 0.42% | - |
| HSV(B) | 354º | 0.5% | 0.55% | - |
| XYZ | 14.61 | 10.72 | 8.51 | - |
| YUV | 92.73 | 119.69 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 78 | 0 | 0.50 | 0.45 | 0.45 | 354 | 0.33 | 0.42 |
| Hex | 8D | 47 | 4E | 0 | 32 | 2D | 2D | 162 | 21 | 2A |
| Octal | 215 | 107 | 116 | 0 | 62 | 55 | 55 | 542 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1001110 | 0 | 110010 | 101101 | 101101 | 101100010 | 100001 | 101010 |
Color Harmonies of #8D474E
Complementary color
Monochromatic Colors of #8D474E
Black with #8D474E
Text Example
Text Example
White with #8D474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D474E; }
p { color: rgb(141,71,78); }
H1.HeaderClassName
{
color: #8D474E;
}
.AnyTagClassName
{
color: #8D474E;
}
</style>
background-color css
<style>
a { background-color: #8D474E; }
a { background-color: rgb(141,71,78); }
div.DivClassName
{
background-color: #8D474E;
}
.BgClassName
{
background-color: #8D474E;
}
</style>
border-color css
<style>
span { border-color: #8D474E; }
span { border-color: rgb(141,71,78); }
td.TdClassName
{
border-color: #8D474E;
}
.TagClassName
{
border-color: #8D474E;
}
</style>