Shades of Solid Pink #8D4A4C
Tints of Solid Pink #8D4A4C
RGB
CMYK
RGB Variations
Color information
#8D4A4C (or 0x8D4A4C) is known color: Solid Pink. HEX triplet: 8D, 4A and 4C. RGB value is (141,74,76). Sum of RGB (Red+Green+Blue) = 141+74+76=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A4C is #72B5B3. Grayscale: #5E5E5E. Windows color (decimal): -7517620 or 4999821. OLE color: 4999821.
HSL color Cylindrical-coordinate representation of color #8D4A4C: hue angle of 358.21º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4A4C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 76 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.45 |
| HSL | 358.21º | 0.31% | 0.42% | - |
| HSV(B) | 358.21º | 0.48% | 0.55% | - |
| XYZ | 14.74 | 11.08 | 8.2 | - |
| YUV | 94.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 76 | 0 | 0.48 | 0.46 | 0.45 | 358.21 | 0.31 | 0.42 |
| Hex | 8D | 4A | 4C | 0 | 30 | 2E | 2D | 166 | 1F | 2A |
| Octal | 215 | 112 | 114 | 0 | 60 | 56 | 55 | 546 | 37 | 52 |
| Binary | 10001101 | 1001010 | 1001100 | 0 | 110000 | 101110 | 101101 | 101100110 | 11111 | 101010 |
Color Harmonies of #8D4A4C
Complementary color
Monochromatic Colors of #8D4A4C
Black with #8D4A4C
Text Example
Text Example
White with #8D4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A4C; }
p { color: rgb(141,74,76); }
H1.HeaderClassName
{
color: #8D4A4C;
}
.AnyTagClassName
{
color: #8D4A4C;
}
</style>
background-color css
<style>
a { background-color: #8D4A4C; }
a { background-color: rgb(141,74,76); }
div.DivClassName
{
background-color: #8D4A4C;
}
.BgClassName
{
background-color: #8D4A4C;
}
</style>
border-color css
<style>
span { border-color: #8D4A4C; }
span { border-color: rgb(141,74,76); }
td.TdClassName
{
border-color: #8D4A4C;
}
.TagClassName
{
border-color: #8D4A4C;
}
</style>