Shades of Solid Pink #874048
Tints of Solid Pink #874048
RGB
CMYK
RGB Variations
Color information
#874048 (or 0x874048) is known color: Solid Pink. HEX triplet: 87, 40 and 48. RGB value is (135,64,72). Sum of RGB (Red+Green+Blue) = 135+64+72=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #874048 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874048 is #78BFB7. Grayscale: #565656. Windows color (decimal): -7913400 or 4735111. OLE color: 4735111.
HSL color Cylindrical-coordinate representation of color #874048: hue angle of 353.24º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874048 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 72 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.47 |
| HSL | 353.24º | 0.36% | 0.39% | - |
| HSV(B) | 353.24º | 0.53% | 0.53% | - |
| XYZ | 12.99 | 9.29 | 7.24 | - |
| YUV | 86.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 72 | 0 | 0.53 | 0.47 | 0.47 | 353.24 | 0.36 | 0.39 |
| Hex | 87 | 40 | 48 | 0 | 35 | 2F | 2F | 161 | 24 | 27 |
| Octal | 207 | 100 | 110 | 0 | 65 | 57 | 57 | 541 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1001000 | 0 | 110101 | 101111 | 101111 | 101100001 | 100100 | 100111 |
Color Harmonies of #874048
Complementary color
Monochromatic Colors of #874048
Black with #874048
Text Example
Text Example
White with #874048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874048; }
p { color: rgb(135,64,72); }
H1.HeaderClassName
{
color: #874048;
}
.AnyTagClassName
{
color: #874048;
}
</style>
background-color css
<style>
a { background-color: #874048; }
a { background-color: rgb(135,64,72); }
div.DivClassName
{
background-color: #874048;
}
.BgClassName
{
background-color: #874048;
}
</style>
border-color css
<style>
span { border-color: #874048; }
span { border-color: rgb(135,64,72); }
td.TdClassName
{
border-color: #874048;
}
.TagClassName
{
border-color: #874048;
}
</style>