Shades of Solid Pink #884852
Tints of Solid Pink #884852
RGB
CMYK
RGB Variations
Color information
#884852 (or 0x884852) is known color: Solid Pink. HEX triplet: 88, 48 and 52. RGB value is (136,72,82). Sum of RGB (Red+Green+Blue) = 136+72+82=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #884852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884852 is #77B7AD. Grayscale: #5C5C5C. Windows color (decimal): -7845806 or 5392520. OLE color: 5392520.
HSL color Cylindrical-coordinate representation of color #884852: hue angle of 350.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884852 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 82 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.47 |
| HSL | 350.63º | 0.31% | 0.41% | - |
| HSV(B) | 350.63º | 0.47% | 0.53% | - |
| XYZ | 13.99 | 10.48 | 9.27 | - |
| YUV | 92.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 82 | 0 | 0.47 | 0.40 | 0.47 | 350.63 | 0.31 | 0.41 |
| Hex | 88 | 48 | 52 | 0 | 2F | 28 | 2F | 15F | 1F | 29 |
| Octal | 210 | 110 | 122 | 0 | 57 | 50 | 57 | 537 | 37 | 51 |
| Binary | 10001000 | 1001000 | 1010010 | 0 | 101111 | 101000 | 101111 | 101011111 | 11111 | 101001 |
Color Harmonies of #884852
Complementary color
Monochromatic Colors of #884852
Black with #884852
Text Example
Text Example
White with #884852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884852; }
p { color: rgb(136,72,82); }
H1.HeaderClassName
{
color: #884852;
}
.AnyTagClassName
{
color: #884852;
}
</style>
background-color css
<style>
a { background-color: #884852; }
a { background-color: rgb(136,72,82); }
div.DivClassName
{
background-color: #884852;
}
.BgClassName
{
background-color: #884852;
}
</style>
border-color css
<style>
span { border-color: #884852; }
span { border-color: rgb(136,72,82); }
td.TdClassName
{
border-color: #884852;
}
.TagClassName
{
border-color: #884852;
}
</style>