Shades of Solid Pink #884653
Tints of Solid Pink #884653
RGB
CMYK
RGB Variations
Color information
#884653 (or 0x884653) is known color: Solid Pink. HEX triplet: 88, 46 and 53. RGB value is (136,70,83). Sum of RGB (Red+Green+Blue) = 136+70+83=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #884653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884653 is #77B9AC. Grayscale: #5B5B5B. Windows color (decimal): -7846317 or 5457544. OLE color: 5457544.
HSL color Cylindrical-coordinate representation of color #884653: hue angle of 348.18º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884653 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 83 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.47 |
| HSL | 348.18º | 0.32% | 0.4% | - |
| HSV(B) | 348.18º | 0.49% | 0.53% | - |
| XYZ | 13.9 | 10.24 | 9.43 | - |
| YUV | 91.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 83 | 0 | 0.49 | 0.39 | 0.47 | 348.18 | 0.32 | 0.4 |
| Hex | 88 | 46 | 53 | 0 | 31 | 27 | 2F | 15C | 20 | 28 |
| Octal | 210 | 106 | 123 | 0 | 61 | 47 | 57 | 534 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1010011 | 0 | 110001 | 100111 | 101111 | 101011100 | 100000 | 101000 |
Color Harmonies of #884653
Complementary color
Monochromatic Colors of #884653
Black with #884653
Text Example
Text Example
White with #884653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884653; }
p { color: rgb(136,70,83); }
H1.HeaderClassName
{
color: #884653;
}
.AnyTagClassName
{
color: #884653;
}
</style>
background-color css
<style>
a { background-color: #884653; }
a { background-color: rgb(136,70,83); }
div.DivClassName
{
background-color: #884653;
}
.BgClassName
{
background-color: #884653;
}
</style>
border-color css
<style>
span { border-color: #884653; }
span { border-color: rgb(136,70,83); }
td.TdClassName
{
border-color: #884653;
}
.TagClassName
{
border-color: #884653;
}
</style>