Shades of Solid Pink #874547
Tints of Solid Pink #874547
RGB
CMYK
RGB Variations
Color information
#874547 (or 0x874547) is known color: Solid Pink. HEX triplet: 87, 45 and 47. RGB value is (135,69,71). Sum of RGB (Red+Green+Blue) = 135+69+71=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #874547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874547 is #78BAB8. Grayscale: #595959. Windows color (decimal): -7912121 or 4670855. OLE color: 4670855.
HSL color Cylindrical-coordinate representation of color #874547: hue angle of 358.18º 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 #874547 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 71 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.47 |
| HSL | 358.18º | 0.32% | 0.4% | - |
| HSV(B) | 358.18º | 0.49% | 0.53% | - |
| XYZ | 13.26 | 9.86 | 7.17 | - |
| YUV | 88.96 | 117.87 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 71 | 0 | 0.49 | 0.47 | 0.47 | 358.18 | 0.32 | 0.4 |
| Hex | 87 | 45 | 47 | 0 | 31 | 2F | 2F | 166 | 20 | 28 |
| Octal | 207 | 105 | 107 | 0 | 61 | 57 | 57 | 546 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1000111 | 0 | 110001 | 101111 | 101111 | 101100110 | 100000 | 101000 |
Color Harmonies of #874547
Complementary color
Monochromatic Colors of #874547
Black with #874547
Text Example
Text Example
White with #874547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874547; }
p { color: rgb(135,69,71); }
H1.HeaderClassName
{
color: #874547;
}
.AnyTagClassName
{
color: #874547;
}
</style>
background-color css
<style>
a { background-color: #874547; }
a { background-color: rgb(135,69,71); }
div.DivClassName
{
background-color: #874547;
}
.BgClassName
{
background-color: #874547;
}
</style>
border-color css
<style>
span { border-color: #874547; }
span { border-color: rgb(135,69,71); }
td.TdClassName
{
border-color: #874547;
}
.TagClassName
{
border-color: #874547;
}
</style>