Shades of Solid Pink #88494A
Tints of Solid Pink #88494A
RGB
CMYK
RGB Variations
Color information
#88494A (or 0x88494A) is known color: Solid Pink. HEX triplet: 88, 49 and 4A. RGB value is (136,73,74). Sum of RGB (Red+Green+Blue) = 136+73+74=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88494A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88494A is #77B6B5. Grayscale: #5C5C5C. Windows color (decimal): -7845558 or 4868488. OLE color: 4868488.
HSL color Cylindrical-coordinate representation of color #88494A: hue angle of 359.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88494A is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 74 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.47 |
| HSL | 359.05º | 0.3% | 0.41% | - |
| HSV(B) | 359.05º | 0.46% | 0.53% | - |
| XYZ | 13.77 | 10.49 | 7.78 | - |
| YUV | 91.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 74 | 0 | 0.46 | 0.46 | 0.47 | 359.05 | 0.3 | 0.41 |
| Hex | 88 | 49 | 4A | 0 | 2E | 2E | 2F | 167 | 1E | 29 |
| Octal | 210 | 111 | 112 | 0 | 56 | 56 | 57 | 547 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1001010 | 0 | 101110 | 101110 | 101111 | 101100111 | 11110 | 101001 |
Color Harmonies of #88494A
Complementary color
Monochromatic Colors of #88494A
Black with #88494A
Text Example
Text Example
White with #88494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88494A; }
p { color: rgb(136,73,74); }
H1.HeaderClassName
{
color: #88494A;
}
.AnyTagClassName
{
color: #88494A;
}
</style>
background-color css
<style>
a { background-color: #88494A; }
a { background-color: rgb(136,73,74); }
div.DivClassName
{
background-color: #88494A;
}
.BgClassName
{
background-color: #88494A;
}
</style>
border-color css
<style>
span { border-color: #88494A; }
span { border-color: rgb(136,73,74); }
td.TdClassName
{
border-color: #88494A;
}
.TagClassName
{
border-color: #88494A;
}
</style>