Shades of Solid Pink #8B5657
Tints of Solid Pink #8B5657
RGB
CMYK
RGB Variations
Color information
#8B5657 (or 0x8B5657) is known color: Solid Pink. HEX triplet: 8B, 56 and 57. RGB value is (139,86,87). Sum of RGB (Red+Green+Blue) = 139+86+87=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5657 is #74A9A8. Grayscale: #666666. Windows color (decimal): -7645609 or 5723787. OLE color: 5723787.
HSL color Cylindrical-coordinate representation of color #8B5657: hue angle of 358.87º 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 #8B5657 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 87 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.45 |
| HSL | 358.87º | 0.24% | 0.44% | - |
| HSV(B) | 358.87º | 0.38% | 0.55% | - |
| XYZ | 15.7 | 12.83 | 10.67 | - |
| YUV | 101.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 87 | 0 | 0.38 | 0.37 | 0.45 | 358.87 | 0.24 | 0.44 |
| Hex | 8B | 56 | 57 | 0 | 26 | 25 | 2D | 167 | 18 | 2C |
| Octal | 213 | 126 | 127 | 0 | 46 | 45 | 55 | 547 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1010111 | 0 | 100110 | 100101 | 101101 | 101100111 | 11000 | 101100 |
Color Harmonies of #8B5657
Complementary color
Monochromatic Colors of #8B5657
Black with #8B5657
Text Example
Text Example
White with #8B5657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5657; }
p { color: rgb(139,86,87); }
H1.HeaderClassName
{
color: #8B5657;
}
.AnyTagClassName
{
color: #8B5657;
}
</style>
background-color css
<style>
a { background-color: #8B5657; }
a { background-color: rgb(139,86,87); }
div.DivClassName
{
background-color: #8B5657;
}
.BgClassName
{
background-color: #8B5657;
}
</style>
border-color css
<style>
span { border-color: #8B5657; }
span { border-color: rgb(139,86,87); }
td.TdClassName
{
border-color: #8B5657;
}
.TagClassName
{
border-color: #8B5657;
}
</style>