Shades of Solid Pink #88424D
Tints of Solid Pink #88424D
RGB
CMYK
RGB Variations
Color information
#88424D (or 0x88424D) is known color: Solid Pink. HEX triplet: 88, 42 and 4D. RGB value is (136,66,77). Sum of RGB (Red+Green+Blue) = 136+66+77=279 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.75% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 136 - color contains mainly: red. Hex color #88424D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88424D is #77BDB2. Grayscale: #585858. Windows color (decimal): -7847347 or 5063304. OLE color: 5063304.
HSL color Cylindrical-coordinate representation of color #88424D: hue angle of 350.57º degrees, saturation: 0.35, 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 #88424D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 77 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.47 |
| HSL | 350.57º | 0.35% | 0.4% | - |
| HSV(B) | 350.57º | 0.51% | 0.53% | - |
| XYZ | 13.44 | 9.67 | 8.18 | - |
| YUV | 88.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 77 | 0 | 0.51 | 0.43 | 0.47 | 350.57 | 0.35 | 0.4 |
| Hex | 88 | 42 | 4D | 0 | 33 | 2B | 2F | 15F | 23 | 28 |
| Octal | 210 | 102 | 115 | 0 | 63 | 53 | 57 | 537 | 43 | 50 |
| Binary | 10001000 | 1000010 | 1001101 | 0 | 110011 | 101011 | 101111 | 101011111 | 100011 | 101000 |
Color Harmonies of #88424D
Complementary color
Monochromatic Colors of #88424D
Black with #88424D
Text Example
Text Example
White with #88424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88424D; }
p { color: rgb(136,66,77); }
H1.HeaderClassName
{
color: #88424D;
}
.AnyTagClassName
{
color: #88424D;
}
</style>
background-color css
<style>
a { background-color: #88424D; }
a { background-color: rgb(136,66,77); }
div.DivClassName
{
background-color: #88424D;
}
.BgClassName
{
background-color: #88424D;
}
</style>
border-color css
<style>
span { border-color: #88424D; }
span { border-color: rgb(136,66,77); }
td.TdClassName
{
border-color: #88424D;
}
.TagClassName
{
border-color: #88424D;
}
</style>