Shades of Solid Pink #874648
Tints of Solid Pink #874648
RGB
CMYK
RGB Variations
Color information
#874648 (or 0x874648) is known color: Solid Pink. HEX triplet: 87, 46 and 48. RGB value is (135,70,72). Sum of RGB (Red+Green+Blue) = 135+70+72=277 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.74% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 135 - color contains mainly: red. Hex color #874648 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874648 is #78B9B7. Grayscale: #595959. Windows color (decimal): -7911864 or 4736647. OLE color: 4736647.
HSL color Cylindrical-coordinate representation of color #874648: hue angle of 358.15º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874648 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 70 | 72 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.47 |
| HSL | 358.15º | 0.32% | 0.4% | - |
| HSV(B) | 358.15º | 0.48% | 0.53% | - |
| XYZ | 13.35 | 10 | 7.36 | - |
| YUV | 89.66 | 118.03 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 72 | 0 | 0.48 | 0.47 | 0.47 | 358.15 | 0.32 | 0.4 |
| Hex | 87 | 46 | 48 | 0 | 30 | 2F | 2F | 166 | 20 | 28 |
| Octal | 207 | 106 | 110 | 0 | 60 | 57 | 57 | 546 | 40 | 50 |
| Binary | 10000111 | 1000110 | 1001000 | 0 | 110000 | 101111 | 101111 | 101100110 | 100000 | 101000 |
Color Harmonies of #874648
Complementary color
Monochromatic Colors of #874648
Black with #874648
Text Example
Text Example
White with #874648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874648; }
p { color: rgb(135,70,72); }
H1.HeaderClassName
{
color: #874648;
}
.AnyTagClassName
{
color: #874648;
}
</style>
background-color css
<style>
a { background-color: #874648; }
a { background-color: rgb(135,70,72); }
div.DivClassName
{
background-color: #874648;
}
.BgClassName
{
background-color: #874648;
}
</style>
border-color css
<style>
span { border-color: #874648; }
span { border-color: rgb(135,70,72); }
td.TdClassName
{
border-color: #874648;
}
.TagClassName
{
border-color: #874648;
}
</style>