Shades of Solid Pink #8B5859
Tints of Solid Pink #8B5859
RGB
CMYK
RGB Variations
Color information
#8B5859 (or 0x8B5859) is known color: Solid Pink. HEX triplet: 8B, 58 and 59. RGB value is (139,88,89). Sum of RGB (Red+Green+Blue) = 139+88+89=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5859 is #74A7A6. Grayscale: #676767. Windows color (decimal): -7645095 or 5855371. OLE color: 5855371.
HSL color Cylindrical-coordinate representation of color #8B5859: hue angle of 358.82º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5859 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 89 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.45 |
| HSL | 358.82º | 0.22% | 0.45% | - |
| HSV(B) | 358.82º | 0.37% | 0.55% | - |
| XYZ | 15.94 | 13.19 | 11.16 | - |
| YUV | 103.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 89 | 0 | 0.37 | 0.36 | 0.45 | 358.82 | 0.22 | 0.45 |
| Hex | 8B | 58 | 59 | 0 | 25 | 24 | 2D | 167 | 16 | 2D |
| Octal | 213 | 130 | 131 | 0 | 45 | 44 | 55 | 547 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1011001 | 0 | 100101 | 100100 | 101101 | 101100111 | 10110 | 101101 |
Color Harmonies of #8B5859
Complementary color
Monochromatic Colors of #8B5859
Black with #8B5859
Text Example
Text Example
White with #8B5859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5859; }
p { color: rgb(139,88,89); }
H1.HeaderClassName
{
color: #8B5859;
}
.AnyTagClassName
{
color: #8B5859;
}
</style>
background-color css
<style>
a { background-color: #8B5859; }
a { background-color: rgb(139,88,89); }
div.DivClassName
{
background-color: #8B5859;
}
.BgClassName
{
background-color: #8B5859;
}
</style>
border-color css
<style>
span { border-color: #8B5859; }
span { border-color: rgb(139,88,89); }
td.TdClassName
{
border-color: #8B5859;
}
.TagClassName
{
border-color: #8B5859;
}
</style>