Shades of Solid Pink #8B5758
Tints of Solid Pink #8B5758
RGB
CMYK
RGB Variations
Color information
#8B5758 (or 0x8B5758) is known color: Solid Pink. HEX triplet: 8B, 57 and 58. RGB value is (139,87,88). Sum of RGB (Red+Green+Blue) = 139+87+88=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5758 is #74A8A7. Grayscale: #666666. Windows color (decimal): -7645352 or 5789579. OLE color: 5789579.
HSL color Cylindrical-coordinate representation of color #8B5758: hue angle of 358.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5758 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 88 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.45 |
| HSL | 358.85º | 0.23% | 0.44% | - |
| HSV(B) | 358.85º | 0.37% | 0.55% | - |
| XYZ | 15.82 | 13.01 | 10.91 | - |
| YUV | 102.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 88 | 0 | 0.37 | 0.37 | 0.45 | 358.85 | 0.23 | 0.44 |
| Hex | 8B | 57 | 58 | 0 | 25 | 25 | 2D | 167 | 17 | 2C |
| Octal | 213 | 127 | 130 | 0 | 45 | 45 | 55 | 547 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1011000 | 0 | 100101 | 100101 | 101101 | 101100111 | 10111 | 101100 |
Color Harmonies of #8B5758
Complementary color
Monochromatic Colors of #8B5758
Black with #8B5758
Text Example
Text Example
White with #8B5758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5758; }
p { color: rgb(139,87,88); }
H1.HeaderClassName
{
color: #8B5758;
}
.AnyTagClassName
{
color: #8B5758;
}
</style>
background-color css
<style>
a { background-color: #8B5758; }
a { background-color: rgb(139,87,88); }
div.DivClassName
{
background-color: #8B5758;
}
.BgClassName
{
background-color: #8B5758;
}
</style>
border-color css
<style>
span { border-color: #8B5758; }
span { border-color: rgb(139,87,88); }
td.TdClassName
{
border-color: #8B5758;
}
.TagClassName
{
border-color: #8B5758;
}
</style>