Shades of Solid Pink #8B5459
Tints of Solid Pink #8B5459
RGB
CMYK
RGB Variations
Color information
#8B5459 (or 0x8B5459) is known color: Solid Pink. HEX triplet: 8B, 54 and 59. RGB value is (139,84,89). Sum of RGB (Red+Green+Blue) = 139+84+89=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5459 is #74ABA6. Grayscale: #656565. Windows color (decimal): -7646119 or 5854347. OLE color: 5854347.
HSL color Cylindrical-coordinate representation of color #8B5459: hue angle of 354.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5459 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 89 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.45 |
| HSL | 354.55º | 0.25% | 0.44% | - |
| HSV(B) | 354.55º | 0.4% | 0.55% | - |
| XYZ | 15.62 | 12.55 | 11.05 | - |
| YUV | 101.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 89 | 0 | 0.40 | 0.36 | 0.45 | 354.55 | 0.25 | 0.44 |
| Hex | 8B | 54 | 59 | 0 | 28 | 24 | 2D | 163 | 19 | 2C |
| Octal | 213 | 124 | 131 | 0 | 50 | 44 | 55 | 543 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1011001 | 0 | 101000 | 100100 | 101101 | 101100011 | 11001 | 101100 |
Color Harmonies of #8B5459
Complementary color
Monochromatic Colors of #8B5459
Black with #8B5459
Text Example
Text Example
White with #8B5459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5459; }
p { color: rgb(139,84,89); }
H1.HeaderClassName
{
color: #8B5459;
}
.AnyTagClassName
{
color: #8B5459;
}
</style>
background-color css
<style>
a { background-color: #8B5459; }
a { background-color: rgb(139,84,89); }
div.DivClassName
{
background-color: #8B5459;
}
.BgClassName
{
background-color: #8B5459;
}
</style>
border-color css
<style>
span { border-color: #8B5459; }
span { border-color: rgb(139,84,89); }
td.TdClassName
{
border-color: #8B5459;
}
.TagClassName
{
border-color: #8B5459;
}
</style>