Shades of Solid Pink #8D474B
Tints of Solid Pink #8D474B
RGB
CMYK
RGB Variations
Color information
#8D474B (or 0x8D474B) is known color: Solid Pink. HEX triplet: 8D, 47 and 4B. RGB value is (141,71,75). Sum of RGB (Red+Green+Blue) = 141+71+75=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D474B is #72B8B4. Grayscale: #5C5C5C. Windows color (decimal): -7518389 or 4933517. OLE color: 4933517.
HSL color Cylindrical-coordinate representation of color #8D474B: hue angle of 356.57º 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 #8D474B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 75 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.45 |
| HSL | 356.57º | 0.33% | 0.42% | - |
| HSV(B) | 356.57º | 0.5% | 0.55% | - |
| XYZ | 14.51 | 10.68 | 7.95 | - |
| YUV | 92.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 75 | 0 | 0.50 | 0.47 | 0.45 | 356.57 | 0.33 | 0.42 |
| Hex | 8D | 47 | 4B | 0 | 32 | 2F | 2D | 165 | 21 | 2A |
| Octal | 215 | 107 | 113 | 0 | 62 | 57 | 55 | 545 | 41 | 52 |
| Binary | 10001101 | 1000111 | 1001011 | 0 | 110010 | 101111 | 101101 | 101100101 | 100001 | 101010 |
Color Harmonies of #8D474B
Complementary color
Monochromatic Colors of #8D474B
Black with #8D474B
Text Example
Text Example
White with #8D474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D474B; }
p { color: rgb(141,71,75); }
H1.HeaderClassName
{
color: #8D474B;
}
.AnyTagClassName
{
color: #8D474B;
}
</style>
background-color css
<style>
a { background-color: #8D474B; }
a { background-color: rgb(141,71,75); }
div.DivClassName
{
background-color: #8D474B;
}
.BgClassName
{
background-color: #8D474B;
}
</style>
border-color css
<style>
span { border-color: #8D474B; }
span { border-color: rgb(141,71,75); }
td.TdClassName
{
border-color: #8D474B;
}
.TagClassName
{
border-color: #8D474B;
}
</style>