Shades of Solid Pink #884850
Tints of Solid Pink #884850
RGB
CMYK
RGB Variations
Color information
#884850 (or 0x884850) is known color: Solid Pink. HEX triplet: 88, 48 and 50. RGB value is (136,72,80). Sum of RGB (Red+Green+Blue) = 136+72+80=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884850 is #77B7AF. Grayscale: #5C5C5C. Windows color (decimal): -7845808 or 5261448. OLE color: 5261448.
HSL color Cylindrical-coordinate representation of color #884850: hue angle of 352.5º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #884850 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 72 | 80 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.47 |
| HSL | 352.5º | 0.31% | 0.41% | - |
| HSV(B) | 352.5º | 0.47% | 0.53% | - |
| XYZ | 13.92 | 10.45 | 8.87 | - |
| YUV | 92.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 80 | 0 | 0.47 | 0.41 | 0.47 | 352.5 | 0.31 | 0.41 |
| Hex | 88 | 48 | 50 | 0 | 2F | 29 | 2F | 160 | 1F | 29 |
| Octal | 210 | 110 | 120 | 0 | 57 | 51 | 57 | 540 | 37 | 51 |
| Binary | 10001000 | 1001000 | 1010000 | 0 | 101111 | 101001 | 101111 | 101100000 | 11111 | 101001 |
Color Harmonies of #884850
Complementary color
Monochromatic Colors of #884850
Black with #884850
Text Example
Text Example
White with #884850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884850; }
p { color: rgb(136,72,80); }
H1.HeaderClassName
{
color: #884850;
}
.AnyTagClassName
{
color: #884850;
}
</style>
background-color css
<style>
a { background-color: #884850; }
a { background-color: rgb(136,72,80); }
div.DivClassName
{
background-color: #884850;
}
.BgClassName
{
background-color: #884850;
}
</style>
border-color css
<style>
span { border-color: #884850; }
span { border-color: rgb(136,72,80); }
td.TdClassName
{
border-color: #884850;
}
.TagClassName
{
border-color: #884850;
}
</style>