Shades of Solid Pink #884B56
Tints of Solid Pink #884B56
RGB
CMYK
RGB Variations
Color information
#884B56 (or 0x884B56) is known color: Solid Pink. HEX triplet: 88, 4B and 56. RGB value is (136,75,86). Sum of RGB (Red+Green+Blue) = 136+75+86=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #884B56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B56 is #77B4A9. Grayscale: #5E5E5E. Windows color (decimal): -7845034 or 5655432. OLE color: 5655432.
HSL color Cylindrical-coordinate representation of color #884B56: hue angle of 349.18º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B56 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 86 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.47 |
| HSL | 349.18º | 0.29% | 0.41% | - |
| HSV(B) | 349.18º | 0.45% | 0.53% | - |
| XYZ | 14.35 | 10.94 | 10.16 | - |
| YUV | 94.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 86 | 0 | 0.45 | 0.37 | 0.47 | 349.18 | 0.29 | 0.41 |
| Hex | 88 | 4B | 56 | 0 | 2D | 25 | 2F | 15D | 1D | 29 |
| Octal | 210 | 113 | 126 | 0 | 55 | 45 | 57 | 535 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1010110 | 0 | 101101 | 100101 | 101111 | 101011101 | 11101 | 101001 |
Color Harmonies of #884B56
Complementary color
Monochromatic Colors of #884B56
Black with #884B56
Text Example
Text Example
White with #884B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B56; }
p { color: rgb(136,75,86); }
H1.HeaderClassName
{
color: #884B56;
}
.AnyTagClassName
{
color: #884B56;
}
</style>
background-color css
<style>
a { background-color: #884B56; }
a { background-color: rgb(136,75,86); }
div.DivClassName
{
background-color: #884B56;
}
.BgClassName
{
background-color: #884B56;
}
</style>
border-color css
<style>
span { border-color: #884B56; }
span { border-color: rgb(136,75,86); }
td.TdClassName
{
border-color: #884B56;
}
.TagClassName
{
border-color: #884B56;
}
</style>