Shades of Solid Pink #8B5658
Tints of Solid Pink #8B5658
RGB
CMYK
RGB Variations
Color information
#8B5658 (or 0x8B5658) is known color: Solid Pink. HEX triplet: 8B, 56 and 58. RGB value is (139,86,88). Sum of RGB (Red+Green+Blue) = 139+86+88=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 88 (34.77% from 255 or 28.12% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5658 is #74A9A7. Grayscale: #666666. Windows color (decimal): -7645608 or 5789323. OLE color: 5789323.
HSL color Cylindrical-coordinate representation of color #8B5658: hue angle of 357.74º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5658 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 88 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.45 |
| HSL | 357.74º | 0.24% | 0.44% | - |
| HSV(B) | 357.74º | 0.38% | 0.55% | - |
| XYZ | 15.74 | 12.85 | 10.88 | - |
| YUV | 102.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 88 | 0 | 0.38 | 0.37 | 0.45 | 357.74 | 0.24 | 0.44 |
| Hex | 8B | 56 | 58 | 0 | 26 | 25 | 2D | 166 | 18 | 2C |
| Octal | 213 | 126 | 130 | 0 | 46 | 45 | 55 | 546 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1011000 | 0 | 100110 | 100101 | 101101 | 101100110 | 11000 | 101100 |
Color Harmonies of #8B5658
Complementary color
Monochromatic Colors of #8B5658
Black with #8B5658
Text Example
Text Example
White with #8B5658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5658; }
p { color: rgb(139,86,88); }
H1.HeaderClassName
{
color: #8B5658;
}
.AnyTagClassName
{
color: #8B5658;
}
</style>
background-color css
<style>
a { background-color: #8B5658; }
a { background-color: rgb(139,86,88); }
div.DivClassName
{
background-color: #8B5658;
}
.BgClassName
{
background-color: #8B5658;
}
</style>
border-color css
<style>
span { border-color: #8B5658; }
span { border-color: rgb(139,86,88); }
td.TdClassName
{
border-color: #8B5658;
}
.TagClassName
{
border-color: #8B5658;
}
</style>