Shades of Solid Pink #874147
Tints of Solid Pink #874147
RGB
CMYK
RGB Variations
Color information
#874147 (or 0x874147) is known color: Solid Pink. HEX triplet: 87, 41 and 47. RGB value is (135,65,71). Sum of RGB (Red+Green+Blue) = 135+65+71=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874147 is #78BEB8. Grayscale: #565656. Windows color (decimal): -7913145 or 4669831. OLE color: 4669831.
HSL color Cylindrical-coordinate representation of color #874147: hue angle of 354.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874147 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 65 | 71 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.47 |
| HSL | 354.86º | 0.35% | 0.39% | - |
| HSV(B) | 354.86º | 0.52% | 0.53% | - |
| XYZ | 13.02 | 9.39 | 7.09 | - |
| YUV | 86.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 71 | 0 | 0.52 | 0.47 | 0.47 | 354.86 | 0.35 | 0.39 |
| Hex | 87 | 41 | 47 | 0 | 34 | 2F | 2F | 163 | 23 | 27 |
| Octal | 207 | 101 | 107 | 0 | 64 | 57 | 57 | 543 | 43 | 47 |
| Binary | 10000111 | 1000001 | 1000111 | 0 | 110100 | 101111 | 101111 | 101100011 | 100011 | 100111 |
Color Harmonies of #874147
Complementary color
Monochromatic Colors of #874147
Black with #874147
Text Example
Text Example
White with #874147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874147; }
p { color: rgb(135,65,71); }
H1.HeaderClassName
{
color: #874147;
}
.AnyTagClassName
{
color: #874147;
}
</style>
background-color css
<style>
a { background-color: #874147; }
a { background-color: rgb(135,65,71); }
div.DivClassName
{
background-color: #874147;
}
.BgClassName
{
background-color: #874147;
}
</style>
border-color css
<style>
span { border-color: #874147; }
span { border-color: rgb(135,65,71); }
td.TdClassName
{
border-color: #874147;
}
.TagClassName
{
border-color: #874147;
}
</style>