Shades of Solid Pink #884449
Tints of Solid Pink #884449
RGB
CMYK
RGB Variations
Color information
#884449 (or 0x884449) is known color: Solid Pink. HEX triplet: 88, 44 and 49. RGB value is (136,68,73). Sum of RGB (Red+Green+Blue) = 136+68+73=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #884449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884449 is #77BBB6. Grayscale: #585858. Windows color (decimal): -7846839 or 4801672. OLE color: 4801672.
HSL color Cylindrical-coordinate representation of color #884449: hue angle of 355.59º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884449 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 73 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.47 |
| HSL | 355.59º | 0.33% | 0.4% | - |
| HSV(B) | 355.59º | 0.5% | 0.53% | - |
| XYZ | 13.42 | 9.85 | 7.5 | - |
| YUV | 88.9 | 119.03 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 73 | 0 | 0.50 | 0.46 | 0.47 | 355.59 | 0.33 | 0.4 |
| Hex | 88 | 44 | 49 | 0 | 32 | 2E | 2F | 164 | 21 | 28 |
| Octal | 210 | 104 | 111 | 0 | 62 | 56 | 57 | 544 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1001001 | 0 | 110010 | 101110 | 101111 | 101100100 | 100001 | 101000 |
Color Harmonies of #884449
Complementary color
Monochromatic Colors of #884449
Black with #884449
Text Example
Text Example
White with #884449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884449; }
p { color: rgb(136,68,73); }
H1.HeaderClassName
{
color: #884449;
}
.AnyTagClassName
{
color: #884449;
}
</style>
background-color css
<style>
a { background-color: #884449; }
a { background-color: rgb(136,68,73); }
div.DivClassName
{
background-color: #884449;
}
.BgClassName
{
background-color: #884449;
}
</style>
border-color css
<style>
span { border-color: #884449; }
span { border-color: rgb(136,68,73); }
td.TdClassName
{
border-color: #884449;
}
.TagClassName
{
border-color: #884449;
}
</style>