Shades of Solid Pink #884B4D
Tints of Solid Pink #884B4D
RGB
CMYK
RGB Variations
Color information
#884B4D (or 0x884B4D) is known color: Solid Pink. HEX triplet: 88, 4B and 4D. RGB value is (136,75,77). Sum of RGB (Red+Green+Blue) = 136+75+77=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B4D is #77B4B2. Grayscale: #5D5D5D. Windows color (decimal): -7845043 or 5065608. OLE color: 5065608.
HSL color Cylindrical-coordinate representation of color #884B4D: hue angle of 358.03º 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 #884B4D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 77 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.47 |
| HSL | 358.03º | 0.29% | 0.41% | - |
| HSV(B) | 358.03º | 0.45% | 0.53% | - |
| XYZ | 14.01 | 10.8 | 8.37 | - |
| YUV | 93.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 77 | 0 | 0.45 | 0.43 | 0.47 | 358.03 | 0.29 | 0.41 |
| Hex | 88 | 4B | 4D | 0 | 2D | 2B | 2F | 166 | 1D | 29 |
| Octal | 210 | 113 | 115 | 0 | 55 | 53 | 57 | 546 | 35 | 51 |
| Binary | 10001000 | 1001011 | 1001101 | 0 | 101101 | 101011 | 101111 | 101100110 | 11101 | 101001 |
Color Harmonies of #884B4D
Complementary color
Monochromatic Colors of #884B4D
Black with #884B4D
Text Example
Text Example
White with #884B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B4D; }
p { color: rgb(136,75,77); }
H1.HeaderClassName
{
color: #884B4D;
}
.AnyTagClassName
{
color: #884B4D;
}
</style>
background-color css
<style>
a { background-color: #884B4D; }
a { background-color: rgb(136,75,77); }
div.DivClassName
{
background-color: #884B4D;
}
.BgClassName
{
background-color: #884B4D;
}
</style>
border-color css
<style>
span { border-color: #884B4D; }
span { border-color: rgb(136,75,77); }
td.TdClassName
{
border-color: #884B4D;
}
.TagClassName
{
border-color: #884B4D;
}
</style>