Shades of Solid Pink #8A4E57
Tints of Solid Pink #8A4E57
RGB
CMYK
RGB Variations
Color information
#8A4E57 (or 0x8A4E57) is known color: Solid Pink. HEX triplet: 8A, 4E and 57. RGB value is (138,78,87). Sum of RGB (Red+Green+Blue) = 138+78+87=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E57 is #75B1A8. Grayscale: #606060. Windows color (decimal): -7713193 or 5721738. OLE color: 5721738.
HSL color Cylindrical-coordinate representation of color #8A4E57: hue angle of 351º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E57 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 87 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.46 |
| HSL | 351º | 0.28% | 0.42% | - |
| HSV(B) | 351º | 0.43% | 0.54% | - |
| XYZ | 14.93 | 11.54 | 10.46 | - |
| YUV | 96.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 87 | 0 | 0.43 | 0.37 | 0.46 | 351 | 0.28 | 0.42 |
| Hex | 8A | 4E | 57 | 0 | 2B | 25 | 2E | 15F | 1C | 2A |
| Octal | 212 | 116 | 127 | 0 | 53 | 45 | 56 | 537 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1010111 | 0 | 101011 | 100101 | 101110 | 101011111 | 11100 | 101010 |
Color Harmonies of #8A4E57
Complementary color
Monochromatic Colors of #8A4E57
Black with #8A4E57
Text Example
Text Example
White with #8A4E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E57; }
p { color: rgb(138,78,87); }
H1.HeaderClassName
{
color: #8A4E57;
}
.AnyTagClassName
{
color: #8A4E57;
}
</style>
background-color css
<style>
a { background-color: #8A4E57; }
a { background-color: rgb(138,78,87); }
div.DivClassName
{
background-color: #8A4E57;
}
.BgClassName
{
background-color: #8A4E57;
}
</style>
border-color css
<style>
span { border-color: #8A4E57; }
span { border-color: rgb(138,78,87); }
td.TdClassName
{
border-color: #8A4E57;
}
.TagClassName
{
border-color: #8A4E57;
}
</style>