Shades of Solid Pink #88434A
Tints of Solid Pink #88434A
RGB
CMYK
RGB Variations
Color information
#88434A (or 0x88434A) is known color: Solid Pink. HEX triplet: 88, 43 and 4A. RGB value is (136,67,74). Sum of RGB (Red+Green+Blue) = 136+67+74=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88434A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88434A is #77BCB5. Grayscale: #585858. Windows color (decimal): -7847094 or 4866952. OLE color: 4866952.
HSL color Cylindrical-coordinate representation of color #88434A: hue angle of 353.91º degrees, saturation: 0.34, 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 #88434A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 67 | 74 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.47 |
| HSL | 353.91º | 0.34% | 0.4% | - |
| HSV(B) | 353.91º | 0.51% | 0.53% | - |
| XYZ | 13.4 | 9.74 | 7.65 | - |
| YUV | 88.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 74 | 0 | 0.51 | 0.46 | 0.47 | 353.91 | 0.34 | 0.4 |
| Hex | 88 | 43 | 4A | 0 | 33 | 2E | 2F | 162 | 22 | 28 |
| Octal | 210 | 103 | 112 | 0 | 63 | 56 | 57 | 542 | 42 | 50 |
| Binary | 10001000 | 1000011 | 1001010 | 0 | 110011 | 101110 | 101111 | 101100010 | 100010 | 101000 |
Color Harmonies of #88434A
Complementary color
Monochromatic Colors of #88434A
Black with #88434A
Text Example
Text Example
White with #88434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88434A; }
p { color: rgb(136,67,74); }
H1.HeaderClassName
{
color: #88434A;
}
.AnyTagClassName
{
color: #88434A;
}
</style>
background-color css
<style>
a { background-color: #88434A; }
a { background-color: rgb(136,67,74); }
div.DivClassName
{
background-color: #88434A;
}
.BgClassName
{
background-color: #88434A;
}
</style>
border-color css
<style>
span { border-color: #88434A; }
span { border-color: rgb(136,67,74); }
td.TdClassName
{
border-color: #88434A;
}
.TagClassName
{
border-color: #88434A;
}
</style>