Shades of Solid Pink #884B51
Tints of Solid Pink #884B51
RGB
CMYK
RGB Variations
Color information
#884B51 (or 0x884B51) is known color: Solid Pink. HEX triplet: 88, 4B and 51. RGB value is (136,75,81). Sum of RGB (Red+Green+Blue) = 136+75+81=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #884B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B51 is #77B4AE. Grayscale: #5D5D5D. Windows color (decimal): -7845039 or 5327752. OLE color: 5327752.
HSL color Cylindrical-coordinate representation of color #884B51: hue angle of 354.1º 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 #884B51 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 81 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.47 |
| HSL | 354.1º | 0.29% | 0.41% | - |
| HSV(B) | 354.1º | 0.45% | 0.53% | - |
| XYZ | 14.15 | 10.86 | 9.13 | - |
| YUV | 93.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 81 | 0 | 0.45 | 0.40 | 0.47 | 354.1 | 0.29 | 0.41 |
| Hex | 88 | 4B | 51 | 0 | 2D | 28 | 2F | 162 | 1D | 29 |
| Octal | 210 | 113 | 121 | 0 | 55 | 50 | 57 | 542 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1010001 | 0 | 101101 | 101000 | 101111 | 101100010 | 11101 | 101001 |
Color Harmonies of #884B51
Complementary color
Monochromatic Colors of #884B51
Black with #884B51
Text Example
Text Example
White with #884B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B51; }
p { color: rgb(136,75,81); }
H1.HeaderClassName
{
color: #884B51;
}
.AnyTagClassName
{
color: #884B51;
}
</style>
background-color css
<style>
a { background-color: #884B51; }
a { background-color: rgb(136,75,81); }
div.DivClassName
{
background-color: #884B51;
}
.BgClassName
{
background-color: #884B51;
}
</style>
border-color css
<style>
span { border-color: #884B51; }
span { border-color: rgb(136,75,81); }
td.TdClassName
{
border-color: #884B51;
}
.TagClassName
{
border-color: #884B51;
}
</style>