Shades of Solid Pink #884547
Tints of Solid Pink #884547
RGB
CMYK
RGB Variations
Color information
#884547 (or 0x884547) is known color: Solid Pink. HEX triplet: 88, 45 and 47. RGB value is (136,69,71). Sum of RGB (Red+Green+Blue) = 136+69+71=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #884547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884547 is #77BAB8. Grayscale: #595959. Windows color (decimal): -7846585 or 4670856. OLE color: 4670856.
HSL color Cylindrical-coordinate representation of color #884547: hue angle of 358.21º degrees, saturation: 0.33, 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 #884547 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 71 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.47 |
| HSL | 358.21º | 0.33% | 0.4% | - |
| HSV(B) | 358.21º | 0.49% | 0.53% | - |
| XYZ | 13.42 | 9.95 | 7.17 | - |
| YUV | 89.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 71 | 0 | 0.49 | 0.48 | 0.47 | 358.21 | 0.33 | 0.4 |
| Hex | 88 | 45 | 47 | 0 | 31 | 30 | 2F | 166 | 21 | 28 |
| Octal | 210 | 105 | 107 | 0 | 61 | 60 | 57 | 546 | 41 | 50 |
| Binary | 10001000 | 1000101 | 1000111 | 0 | 110001 | 110000 | 101111 | 101100110 | 100001 | 101000 |
Color Harmonies of #884547
Complementary color
Monochromatic Colors of #884547
Black with #884547
Text Example
Text Example
White with #884547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884547; }
p { color: rgb(136,69,71); }
H1.HeaderClassName
{
color: #884547;
}
.AnyTagClassName
{
color: #884547;
}
</style>
background-color css
<style>
a { background-color: #884547; }
a { background-color: rgb(136,69,71); }
div.DivClassName
{
background-color: #884547;
}
.BgClassName
{
background-color: #884547;
}
</style>
border-color css
<style>
span { border-color: #884547; }
span { border-color: rgb(136,69,71); }
td.TdClassName
{
border-color: #884547;
}
.TagClassName
{
border-color: #884547;
}
</style>