Shades of Solid Pink #8B4855
Tints of Solid Pink #8B4855
RGB
CMYK
RGB Variations
Color information
#8B4855 (or 0x8B4855) is known color: Solid Pink. HEX triplet: 8B, 48 and 55. RGB value is (139,72,85). Sum of RGB (Red+Green+Blue) = 139+72+85=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4855 is #74B7AA. Grayscale: #5D5D5D. Windows color (decimal): -7649195 or 5589131. OLE color: 5589131.
HSL color Cylindrical-coordinate representation of color #8B4855: hue angle of 348.36º 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 #8B4855 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 85 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.45 |
| HSL | 348.36º | 0.32% | 0.41% | - |
| HSV(B) | 348.36º | 0.48% | 0.55% | - |
| XYZ | 14.6 | 10.78 | 9.91 | - |
| YUV | 93.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 85 | 0 | 0.48 | 0.39 | 0.45 | 348.36 | 0.32 | 0.41 |
| Hex | 8B | 48 | 55 | 0 | 30 | 27 | 2D | 15C | 20 | 29 |
| Octal | 213 | 110 | 125 | 0 | 60 | 47 | 55 | 534 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1010101 | 0 | 110000 | 100111 | 101101 | 101011100 | 100000 | 101001 |
Color Harmonies of #8B4855
Complementary color
Monochromatic Colors of #8B4855
Black with #8B4855
Text Example
Text Example
White with #8B4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4855; }
p { color: rgb(139,72,85); }
H1.HeaderClassName
{
color: #8B4855;
}
.AnyTagClassName
{
color: #8B4855;
}
</style>
background-color css
<style>
a { background-color: #8B4855; }
a { background-color: rgb(139,72,85); }
div.DivClassName
{
background-color: #8B4855;
}
.BgClassName
{
background-color: #8B4855;
}
</style>
border-color css
<style>
span { border-color: #8B4855; }
span { border-color: rgb(139,72,85); }
td.TdClassName
{
border-color: #8B4855;
}
.TagClassName
{
border-color: #8B4855;
}
</style>