Shades of Solid Pink #8B4856
Tints of Solid Pink #8B4856
RGB
CMYK
RGB Variations
Color information
#8B4856 (or 0x8B4856) is known color: Solid Pink. HEX triplet: 8B, 48 and 56. RGB value is (139,72,86). Sum of RGB (Red+Green+Blue) = 139+72+86=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4856 is #74B7A9. Grayscale: #5D5D5D. Windows color (decimal): -7649194 or 5654667. OLE color: 5654667.
HSL color Cylindrical-coordinate representation of color #8B4856: hue angle of 347.46º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4856 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 86 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.45 |
| HSL | 347.46º | 0.32% | 0.41% | - |
| HSV(B) | 347.46º | 0.48% | 0.55% | - |
| XYZ | 14.64 | 10.8 | 10.12 | - |
| YUV | 93.63 | 123.7 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 86 | 0 | 0.48 | 0.38 | 0.45 | 347.46 | 0.32 | 0.41 |
| Hex | 8B | 48 | 56 | 0 | 30 | 26 | 2D | 15B | 20 | 29 |
| Octal | 213 | 110 | 126 | 0 | 60 | 46 | 55 | 533 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1010110 | 0 | 110000 | 100110 | 101101 | 101011011 | 100000 | 101001 |
Color Harmonies of #8B4856
Complementary color
Monochromatic Colors of #8B4856
Black with #8B4856
Text Example
Text Example
White with #8B4856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4856; }
p { color: rgb(139,72,86); }
H1.HeaderClassName
{
color: #8B4856;
}
.AnyTagClassName
{
color: #8B4856;
}
</style>
background-color css
<style>
a { background-color: #8B4856; }
a { background-color: rgb(139,72,86); }
div.DivClassName
{
background-color: #8B4856;
}
.BgClassName
{
background-color: #8B4856;
}
</style>
border-color css
<style>
span { border-color: #8B4856; }
span { border-color: rgb(139,72,86); }
td.TdClassName
{
border-color: #8B4856;
}
.TagClassName
{
border-color: #8B4856;
}
</style>