Shades of Solid Pink #8A5458
Tints of Solid Pink #8A5458
RGB
CMYK
RGB Variations
Color information
#8A5458 (or 0x8A5458) is known color: Solid Pink. HEX triplet: 8A, 54 and 58. RGB value is (138,84,88). Sum of RGB (Red+Green+Blue) = 138+84+88=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5458 is #75ABA7. Grayscale: #646464. Windows color (decimal): -7711656 or 5788810. OLE color: 5788810.
HSL color Cylindrical-coordinate representation of color #8A5458: hue angle of 355.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5458 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 88 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.46 |
| HSL | 355.56º | 0.24% | 0.44% | - |
| HSV(B) | 355.56º | 0.39% | 0.54% | - |
| XYZ | 15.41 | 12.45 | 10.82 | - |
| YUV | 100.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 88 | 0 | 0.39 | 0.36 | 0.46 | 355.56 | 0.24 | 0.44 |
| Hex | 8A | 54 | 58 | 0 | 27 | 24 | 2E | 164 | 18 | 2C |
| Octal | 212 | 124 | 130 | 0 | 47 | 44 | 56 | 544 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1011000 | 0 | 100111 | 100100 | 101110 | 101100100 | 11000 | 101100 |
Color Harmonies of #8A5458
Complementary color
Monochromatic Colors of #8A5458
Black with #8A5458
Text Example
Text Example
White with #8A5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5458; }
p { color: rgb(138,84,88); }
H1.HeaderClassName
{
color: #8A5458;
}
.AnyTagClassName
{
color: #8A5458;
}
</style>
background-color css
<style>
a { background-color: #8A5458; }
a { background-color: rgb(138,84,88); }
div.DivClassName
{
background-color: #8A5458;
}
.BgClassName
{
background-color: #8A5458;
}
</style>
border-color css
<style>
span { border-color: #8A5458; }
span { border-color: rgb(138,84,88); }
td.TdClassName
{
border-color: #8A5458;
}
.TagClassName
{
border-color: #8A5458;
}
</style>