Shades of Solid Pink #87444B
Tints of Solid Pink #87444B
RGB
CMYK
RGB Variations
Color information
#87444B (or 0x87444B) is known color: Solid Pink. HEX triplet: 87, 44 and 4B. RGB value is (135,68,75). Sum of RGB (Red+Green+Blue) = 135+68+75=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87444B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87444B is #78BBB4. Grayscale: #585858. Windows color (decimal): -7912373 or 4932743. OLE color: 4932743.
HSL color Cylindrical-coordinate representation of color #87444B: hue angle of 353.73º 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 #87444B is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 68 | 75 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.47 |
| HSL | 353.73º | 0.33% | 0.4% | - |
| HSV(B) | 353.73º | 0.5% | 0.53% | - |
| XYZ | 13.33 | 9.79 | 7.84 | - |
| YUV | 88.83 | 120.2 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 75 | 0 | 0.50 | 0.44 | 0.47 | 353.73 | 0.33 | 0.4 |
| Hex | 87 | 44 | 4B | 0 | 32 | 2C | 2F | 162 | 21 | 28 |
| Octal | 207 | 104 | 113 | 0 | 62 | 54 | 57 | 542 | 41 | 50 |
| Binary | 10000111 | 1000100 | 1001011 | 0 | 110010 | 101100 | 101111 | 101100010 | 100001 | 101000 |
Color Harmonies of #87444B
Complementary color
Monochromatic Colors of #87444B
Black with #87444B
Text Example
Text Example
White with #87444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87444B; }
p { color: rgb(135,68,75); }
H1.HeaderClassName
{
color: #87444B;
}
.AnyTagClassName
{
color: #87444B;
}
</style>
background-color css
<style>
a { background-color: #87444B; }
a { background-color: rgb(135,68,75); }
div.DivClassName
{
background-color: #87444B;
}
.BgClassName
{
background-color: #87444B;
}
</style>
border-color css
<style>
span { border-color: #87444B; }
span { border-color: rgb(135,68,75); }
td.TdClassName
{
border-color: #87444B;
}
.TagClassName
{
border-color: #87444B;
}
</style>