Shades of Solid Pink #8B5557
Tints of Solid Pink #8B5557
RGB
CMYK
RGB Variations
Color information
#8B5557 (or 0x8B5557) is known color: Solid Pink. HEX triplet: 8B, 55 and 57. RGB value is (139,85,87). Sum of RGB (Red+Green+Blue) = 139+85+87=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5557 is #74AAA8. Grayscale: #656565. Windows color (decimal): -7645865 or 5723531. OLE color: 5723531.
HSL color Cylindrical-coordinate representation of color #8B5557: hue angle of 357.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5557 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 87 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.45 |
| HSL | 357.78º | 0.24% | 0.44% | - |
| HSV(B) | 357.78º | 0.39% | 0.55% | - |
| XYZ | 15.62 | 12.67 | 10.64 | - |
| YUV | 101.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 87 | 0 | 0.39 | 0.37 | 0.45 | 357.78 | 0.24 | 0.44 |
| Hex | 8B | 55 | 57 | 0 | 27 | 25 | 2D | 166 | 18 | 2C |
| Octal | 213 | 125 | 127 | 0 | 47 | 45 | 55 | 546 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1010111 | 0 | 100111 | 100101 | 101101 | 101100110 | 11000 | 101100 |
Color Harmonies of #8B5557
Complementary color
Monochromatic Colors of #8B5557
Black with #8B5557
Text Example
Text Example
White with #8B5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5557; }
p { color: rgb(139,85,87); }
H1.HeaderClassName
{
color: #8B5557;
}
.AnyTagClassName
{
color: #8B5557;
}
</style>
background-color css
<style>
a { background-color: #8B5557; }
a { background-color: rgb(139,85,87); }
div.DivClassName
{
background-color: #8B5557;
}
.BgClassName
{
background-color: #8B5557;
}
</style>
border-color css
<style>
span { border-color: #8B5557; }
span { border-color: rgb(139,85,87); }
td.TdClassName
{
border-color: #8B5557;
}
.TagClassName
{
border-color: #8B5557;
}
</style>