Shades of Solid Pink #8A4955
Tints of Solid Pink #8A4955
RGB
CMYK
RGB Variations
Color information
#8A4955 (or 0x8A4955) is known color: Solid Pink. HEX triplet: 8A, 49 and 55. RGB value is (138,73,85). Sum of RGB (Red+Green+Blue) = 138+73+85=296 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.62% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4955 is #75B6AA. Grayscale: #5D5D5D. Windows color (decimal): -7714475 or 5589386. OLE color: 5589386.
HSL color Cylindrical-coordinate representation of color #8A4955: hue angle of 348.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A4955 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 85 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.46 |
| HSL | 348.92º | 0.31% | 0.41% | - |
| HSV(B) | 348.92º | 0.47% | 0.54% | - |
| XYZ | 14.5 | 10.82 | 9.92 | - |
| YUV | 93.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 85 | 0 | 0.47 | 0.38 | 0.46 | 348.92 | 0.31 | 0.41 |
| Hex | 8A | 49 | 55 | 0 | 2F | 26 | 2E | 15D | 1F | 29 |
| Octal | 212 | 111 | 125 | 0 | 57 | 46 | 56 | 535 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1010101 | 0 | 101111 | 100110 | 101110 | 101011101 | 11111 | 101001 |
Color Harmonies of #8A4955
Complementary color
Monochromatic Colors of #8A4955
Black with #8A4955
Text Example
Text Example
White with #8A4955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4955; }
p { color: rgb(138,73,85); }
H1.HeaderClassName
{
color: #8A4955;
}
.AnyTagClassName
{
color: #8A4955;
}
</style>
background-color css
<style>
a { background-color: #8A4955; }
a { background-color: rgb(138,73,85); }
div.DivClassName
{
background-color: #8A4955;
}
.BgClassName
{
background-color: #8A4955;
}
</style>
border-color css
<style>
span { border-color: #8A4955; }
span { border-color: rgb(138,73,85); }
td.TdClassName
{
border-color: #8A4955;
}
.TagClassName
{
border-color: #8A4955;
}
</style>