Shades of Solid Pink #884347
Tints of Solid Pink #884347
RGB
CMYK
RGB Variations
Color information
#884347 (or 0x884347) is known color: Solid Pink. HEX triplet: 88, 43 and 47. RGB value is (136,67,71). Sum of RGB (Red+Green+Blue) = 136+67+71=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884347 is #77BCB8. Grayscale: #585858. Windows color (decimal): -7847097 or 4670344. OLE color: 4670344.
HSL color Cylindrical-coordinate representation of color #884347: hue angle of 356.52º degrees, saturation: 0.34, 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 #884347 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 71 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.47 |
| HSL | 356.52º | 0.34% | 0.4% | - |
| HSV(B) | 356.52º | 0.51% | 0.53% | - |
| XYZ | 13.3 | 9.7 | 7.13 | - |
| YUV | 88.09 | 118.36 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 71 | 0 | 0.51 | 0.48 | 0.47 | 356.52 | 0.34 | 0.4 |
| Hex | 88 | 43 | 47 | 0 | 33 | 30 | 2F | 165 | 22 | 28 |
| Octal | 210 | 103 | 107 | 0 | 63 | 60 | 57 | 545 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1000111 | 0 | 110011 | 110000 | 101111 | 101100101 | 100010 | 101000 |
Color Harmonies of #884347
Complementary color
Monochromatic Colors of #884347
Black with #884347
Text Example
Text Example
White with #884347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884347; }
p { color: rgb(136,67,71); }
H1.HeaderClassName
{
color: #884347;
}
.AnyTagClassName
{
color: #884347;
}
</style>
background-color css
<style>
a { background-color: #884347; }
a { background-color: rgb(136,67,71); }
div.DivClassName
{
background-color: #884347;
}
.BgClassName
{
background-color: #884347;
}
</style>
border-color css
<style>
span { border-color: #884347; }
span { border-color: rgb(136,67,71); }
td.TdClassName
{
border-color: #884347;
}
.TagClassName
{
border-color: #884347;
}
</style>