Shades of Solid Pink #87545A
Tints of Solid Pink #87545A
RGB
CMYK
RGB Variations
Color information
#87545A (or 0x87545A) is known color: Solid Pink. HEX triplet: 87, 54 and 5A. RGB value is (135,84,90). Sum of RGB (Red+Green+Blue) = 135+84+90=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87545A is #78ABA5. Grayscale: #636363. Windows color (decimal): -7908262 or 5919879. OLE color: 5919879.
HSL color Cylindrical-coordinate representation of color #87545A: hue angle of 352.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87545A is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 84 | 90 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.47 |
| HSL | 352.94º | 0.23% | 0.43% | - |
| HSV(B) | 352.94º | 0.38% | 0.53% | - |
| XYZ | 15.01 | 12.23 | 11.24 | - |
| YUV | 99.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 84 | 90 | 0 | 0.38 | 0.33 | 0.47 | 352.94 | 0.23 | 0.43 |
| Hex | 87 | 54 | 5A | 0 | 26 | 21 | 2F | 161 | 17 | 2B |
| Octal | 207 | 124 | 132 | 0 | 46 | 41 | 57 | 541 | 27 | 53 |
| Binary | 10000111 | 1010100 | 1011010 | 0 | 100110 | 100001 | 101111 | 101100001 | 10111 | 101011 |
Color Harmonies of #87545A
Complementary color
Monochromatic Colors of #87545A
Black with #87545A
Text Example
Text Example
White with #87545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87545A; }
p { color: rgb(135,84,90); }
H1.HeaderClassName
{
color: #87545A;
}
.AnyTagClassName
{
color: #87545A;
}
</style>
background-color css
<style>
a { background-color: #87545A; }
a { background-color: rgb(135,84,90); }
div.DivClassName
{
background-color: #87545A;
}
.BgClassName
{
background-color: #87545A;
}
</style>
border-color css
<style>
span { border-color: #87545A; }
span { border-color: rgb(135,84,90); }
td.TdClassName
{
border-color: #87545A;
}
.TagClassName
{
border-color: #87545A;
}
</style>