Shades of Solid Pink #884752
Tints of Solid Pink #884752
RGB
CMYK
RGB Variations
Color information
#884752 (or 0x884752) is known color: Solid Pink. HEX triplet: 88, 47 and 52. RGB value is (136,71,82). Sum of RGB (Red+Green+Blue) = 136+71+82=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884752 is #77B8AD. Grayscale: #5B5B5B. Windows color (decimal): -7846062 or 5392264. OLE color: 5392264.
HSL color Cylindrical-coordinate representation of color #884752: hue angle of 349.85º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #884752 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 82 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.47 |
| HSL | 349.85º | 0.31% | 0.41% | - |
| HSV(B) | 349.85º | 0.48% | 0.53% | - |
| XYZ | 13.93 | 10.35 | 9.25 | - |
| YUV | 91.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 82 | 0 | 0.48 | 0.40 | 0.47 | 349.85 | 0.31 | 0.41 |
| Hex | 88 | 47 | 52 | 0 | 30 | 28 | 2F | 15E | 1F | 29 |
| Octal | 210 | 107 | 122 | 0 | 60 | 50 | 57 | 536 | 37 | 51 |
| Binary | 10001000 | 1000111 | 1010010 | 0 | 110000 | 101000 | 101111 | 101011110 | 11111 | 101001 |
Color Harmonies of #884752
Complementary color
Monochromatic Colors of #884752
Black with #884752
Text Example
Text Example
White with #884752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884752; }
p { color: rgb(136,71,82); }
H1.HeaderClassName
{
color: #884752;
}
.AnyTagClassName
{
color: #884752;
}
</style>
background-color css
<style>
a { background-color: #884752; }
a { background-color: rgb(136,71,82); }
div.DivClassName
{
background-color: #884752;
}
.BgClassName
{
background-color: #884752;
}
</style>
border-color css
<style>
span { border-color: #884752; }
span { border-color: rgb(136,71,82); }
td.TdClassName
{
border-color: #884752;
}
.TagClassName
{
border-color: #884752;
}
</style>