Shades of Solid Pink #884246
Tints of Solid Pink #884246
RGB
CMYK
RGB Variations
Color information
#884246 (or 0x884246) is known color: Solid Pink. HEX triplet: 88, 42 and 46. RGB value is (136,66,70). Sum of RGB (Red+Green+Blue) = 136+66+70=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884246 is #77BDB9. Grayscale: #575757. Windows color (decimal): -7847354 or 4604552. OLE color: 4604552.
HSL color Cylindrical-coordinate representation of color #884246: hue angle of 356.57º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884246 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 70 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.47 |
| HSL | 356.57º | 0.35% | 0.4% | - |
| HSV(B) | 356.57º | 0.51% | 0.53% | - |
| XYZ | 13.21 | 9.57 | 6.95 | - |
| YUV | 87.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 70 | 0 | 0.51 | 0.49 | 0.47 | 356.57 | 0.35 | 0.4 |
| Hex | 88 | 42 | 46 | 0 | 33 | 31 | 2F | 165 | 23 | 28 |
| Octal | 210 | 102 | 106 | 0 | 63 | 61 | 57 | 545 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1000110 | 0 | 110011 | 110001 | 101111 | 101100101 | 100011 | 101000 |
Color Harmonies of #884246
Complementary color
Monochromatic Colors of #884246
Black with #884246
Text Example
Text Example
White with #884246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884246; }
p { color: rgb(136,66,70); }
H1.HeaderClassName
{
color: #884246;
}
.AnyTagClassName
{
color: #884246;
}
</style>
background-color css
<style>
a { background-color: #884246; }
a { background-color: rgb(136,66,70); }
div.DivClassName
{
background-color: #884246;
}
.BgClassName
{
background-color: #884246;
}
</style>
border-color css
<style>
span { border-color: #884246; }
span { border-color: rgb(136,66,70); }
td.TdClassName
{
border-color: #884246;
}
.TagClassName
{
border-color: #884246;
}
</style>