Shades of Solid Pink #88464B
Tints of Solid Pink #88464B
RGB
CMYK
RGB Variations
Color information
#88464B (or 0x88464B) is known color: Solid Pink. HEX triplet: 88, 46 and 4B. RGB value is (136,70,75). Sum of RGB (Red+Green+Blue) = 136+70+75=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88464B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88464B is #77B9B4. Grayscale: #5A5A5A. Windows color (decimal): -7846325 or 4933256. OLE color: 4933256.
HSL color Cylindrical-coordinate representation of color #88464B: hue angle of 355.45º degrees, saturation: 0.32, 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 #88464B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 70 | 75 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.47 |
| HSL | 355.45º | 0.32% | 0.4% | - |
| HSV(B) | 355.45º | 0.49% | 0.53% | - |
| XYZ | 13.61 | 10.12 | 7.89 | - |
| YUV | 90.3 | 119.37 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 70 | 75 | 0 | 0.49 | 0.45 | 0.47 | 355.45 | 0.32 | 0.4 |
| Hex | 88 | 46 | 4B | 0 | 31 | 2D | 2F | 163 | 20 | 28 |
| Octal | 210 | 106 | 113 | 0 | 61 | 55 | 57 | 543 | 40 | 50 |
| Binary | 10001000 | 1000110 | 1001011 | 0 | 110001 | 101101 | 101111 | 101100011 | 100000 | 101000 |
Color Harmonies of #88464B
Complementary color
Monochromatic Colors of #88464B
Black with #88464B
Text Example
Text Example
White with #88464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88464B; }
p { color: rgb(136,70,75); }
H1.HeaderClassName
{
color: #88464B;
}
.AnyTagClassName
{
color: #88464B;
}
</style>
background-color css
<style>
a { background-color: #88464B; }
a { background-color: rgb(136,70,75); }
div.DivClassName
{
background-color: #88464B;
}
.BgClassName
{
background-color: #88464B;
}
</style>
border-color css
<style>
span { border-color: #88464B; }
span { border-color: rgb(136,70,75); }
td.TdClassName
{
border-color: #88464B;
}
.TagClassName
{
border-color: #88464B;
}
</style>