Shades of Solid Pink #884149
Tints of Solid Pink #884149
RGB
CMYK
RGB Variations
Color information
#884149 (or 0x884149) is known color: Solid Pink. HEX triplet: 88, 41 and 49. RGB value is (136,65,73). Sum of RGB (Red+Green+Blue) = 136+65+73=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884149 is #77BEB6. Grayscale: #575757. Windows color (decimal): -7847607 or 4800904. OLE color: 4800904.
HSL color Cylindrical-coordinate representation of color #884149: hue angle of 353.24º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884149 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 73 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.47 |
| HSL | 353.24º | 0.35% | 0.39% | - |
| HSV(B) | 353.24º | 0.52% | 0.53% | - |
| XYZ | 13.25 | 9.5 | 7.44 | - |
| YUV | 87.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 73 | 0 | 0.52 | 0.46 | 0.47 | 353.24 | 0.35 | 0.39 |
| Hex | 88 | 41 | 49 | 0 | 34 | 2E | 2F | 161 | 23 | 27 |
| Octal | 210 | 101 | 111 | 0 | 64 | 56 | 57 | 541 | 43 | 47 |
| Binary | 10001000 | 1000001 | 1001001 | 0 | 110100 | 101110 | 101111 | 101100001 | 100011 | 100111 |
Color Harmonies of #884149
Complementary color
Monochromatic Colors of #884149
Black with #884149
Text Example
Text Example
White with #884149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884149; }
p { color: rgb(136,65,73); }
H1.HeaderClassName
{
color: #884149;
}
.AnyTagClassName
{
color: #884149;
}
</style>
background-color css
<style>
a { background-color: #884149; }
a { background-color: rgb(136,65,73); }
div.DivClassName
{
background-color: #884149;
}
.BgClassName
{
background-color: #884149;
}
</style>
border-color css
<style>
span { border-color: #884149; }
span { border-color: rgb(136,65,73); }
td.TdClassName
{
border-color: #884149;
}
.TagClassName
{
border-color: #884149;
}
</style>