Shades of Solid Pink #88444F
Tints of Solid Pink #88444F
RGB
CMYK
RGB Variations
Color information
#88444F (or 0x88444F) is known color: Solid Pink. HEX triplet: 88, 44 and 4F. RGB value is (136,68,79). Sum of RGB (Red+Green+Blue) = 136+68+79=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88444F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88444F is #77BBB0. Grayscale: #595959. Windows color (decimal): -7846833 or 5194888. OLE color: 5194888.
HSL color Cylindrical-coordinate representation of color #88444F: hue angle of 350.29º 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 #88444F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 79 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.47 |
| HSL | 350.29º | 0.33% | 0.4% | - |
| HSV(B) | 350.29º | 0.5% | 0.53% | - |
| XYZ | 13.63 | 9.93 | 8.6 | - |
| YUV | 89.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 79 | 0 | 0.50 | 0.42 | 0.47 | 350.29 | 0.33 | 0.4 |
| Hex | 88 | 44 | 4F | 0 | 32 | 2A | 2F | 15E | 21 | 28 |
| Octal | 210 | 104 | 117 | 0 | 62 | 52 | 57 | 536 | 41 | 50 |
| Binary | 10001000 | 1000100 | 1001111 | 0 | 110010 | 101010 | 101111 | 101011110 | 100001 | 101000 |
Color Harmonies of #88444F
Complementary color
Monochromatic Colors of #88444F
Black with #88444F
Text Example
Text Example
White with #88444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88444F; }
p { color: rgb(136,68,79); }
H1.HeaderClassName
{
color: #88444F;
}
.AnyTagClassName
{
color: #88444F;
}
</style>
background-color css
<style>
a { background-color: #88444F; }
a { background-color: rgb(136,68,79); }
div.DivClassName
{
background-color: #88444F;
}
.BgClassName
{
background-color: #88444F;
}
</style>
border-color css
<style>
span { border-color: #88444F; }
span { border-color: rgb(136,68,79); }
td.TdClassName
{
border-color: #88444F;
}
.TagClassName
{
border-color: #88444F;
}
</style>