Shades of Solid Pink #884A57
Tints of Solid Pink #884A57
RGB
CMYK
RGB Variations
Color information
#884A57 (or 0x884A57) is known color: Solid Pink. HEX triplet: 88, 4A and 57. RGB value is (136,74,87). Sum of RGB (Red+Green+Blue) = 136+74+87=297 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.79% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 136 - color contains mainly: red. Hex color #884A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884A57 is #77B5A8. Grayscale: #5E5E5E. Windows color (decimal): -7845289 or 5720712. OLE color: 5720712.
HSL color Cylindrical-coordinate representation of color #884A57: hue angle of 347.42º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A57 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 87 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.47 |
| HSL | 347.42º | 0.3% | 0.41% | - |
| HSV(B) | 347.42º | 0.46% | 0.53% | - |
| XYZ | 14.32 | 10.82 | 10.35 | - |
| YUV | 94.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 87 | 0 | 0.46 | 0.36 | 0.47 | 347.42 | 0.3 | 0.41 |
| Hex | 88 | 4A | 57 | 0 | 2E | 24 | 2F | 15B | 1E | 29 |
| Octal | 210 | 112 | 127 | 0 | 56 | 44 | 57 | 533 | 36 | 51 |
| Binary | 10001000 | 1001010 | 1010111 | 0 | 101110 | 100100 | 101111 | 101011011 | 11110 | 101001 |
Color Harmonies of #884A57
Complementary color
Monochromatic Colors of #884A57
Black with #884A57
Text Example
Text Example
White with #884A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A57; }
p { color: rgb(136,74,87); }
H1.HeaderClassName
{
color: #884A57;
}
.AnyTagClassName
{
color: #884A57;
}
</style>
background-color css
<style>
a { background-color: #884A57; }
a { background-color: rgb(136,74,87); }
div.DivClassName
{
background-color: #884A57;
}
.BgClassName
{
background-color: #884A57;
}
</style>
border-color css
<style>
span { border-color: #884A57; }
span { border-color: rgb(136,74,87); }
td.TdClassName
{
border-color: #884A57;
}
.TagClassName
{
border-color: #884A57;
}
</style>