Shades of Solid Pink #8B5056
Tints of Solid Pink #8B5056
RGB
CMYK
RGB Variations
Color information
#8B5056 (or 0x8B5056) is known color: Solid Pink. HEX triplet: 8B, 50 and 56. RGB value is (139,80,86). Sum of RGB (Red+Green+Blue) = 139+80+86=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5056 is #74AFA9. Grayscale: #626262. Windows color (decimal): -7647146 or 5656715. OLE color: 5656715.
HSL color Cylindrical-coordinate representation of color #8B5056: hue angle of 353.9º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5056 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 86 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.45 |
| HSL | 353.9º | 0.27% | 0.43% | - |
| HSV(B) | 353.9º | 0.42% | 0.55% | - |
| XYZ | 15.2 | 11.9 | 10.3 | - |
| YUV | 98.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 86 | 0 | 0.42 | 0.38 | 0.45 | 353.9 | 0.27 | 0.43 |
| Hex | 8B | 50 | 56 | 0 | 2A | 26 | 2D | 162 | 1B | 2B |
| Octal | 213 | 120 | 126 | 0 | 52 | 46 | 55 | 542 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1010110 | 0 | 101010 | 100110 | 101101 | 101100010 | 11011 | 101011 |
Color Harmonies of #8B5056
Complementary color
Monochromatic Colors of #8B5056
Black with #8B5056
Text Example
Text Example
White with #8B5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5056; }
p { color: rgb(139,80,86); }
H1.HeaderClassName
{
color: #8B5056;
}
.AnyTagClassName
{
color: #8B5056;
}
</style>
background-color css
<style>
a { background-color: #8B5056; }
a { background-color: rgb(139,80,86); }
div.DivClassName
{
background-color: #8B5056;
}
.BgClassName
{
background-color: #8B5056;
}
</style>
border-color css
<style>
span { border-color: #8B5056; }
span { border-color: rgb(139,80,86); }
td.TdClassName
{
border-color: #8B5056;
}
.TagClassName
{
border-color: #8B5056;
}
</style>