Shades of Solid Pink #874548
Tints of Solid Pink #874548
RGB
CMYK
RGB Variations
Color information
#874548 (or 0x874548) is known color: Solid Pink. HEX triplet: 87, 45 and 48. RGB value is (135,69,72). Sum of RGB (Red+Green+Blue) = 135+69+72=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874548 is #78BAB7. Grayscale: #595959. Windows color (decimal): -7912120 or 4736391. OLE color: 4736391.
HSL color Cylindrical-coordinate representation of color #874548: hue angle of 357.27º 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 #874548 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 72 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.47 |
| HSL | 357.27º | 0.32% | 0.4% | - |
| HSV(B) | 357.27º | 0.49% | 0.53% | - |
| XYZ | 13.29 | 9.88 | 7.34 | - |
| YUV | 89.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 72 | 0 | 0.49 | 0.47 | 0.47 | 357.27 | 0.32 | 0.4 |
| Hex | 87 | 45 | 48 | 0 | 31 | 2F | 2F | 165 | 20 | 28 |
| Octal | 207 | 105 | 110 | 0 | 61 | 57 | 57 | 545 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1001000 | 0 | 110001 | 101111 | 101111 | 101100101 | 100000 | 101000 |
Color Harmonies of #874548
Complementary color
Monochromatic Colors of #874548
Black with #874548
Text Example
Text Example
White with #874548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874548; }
p { color: rgb(135,69,72); }
H1.HeaderClassName
{
color: #874548;
}
.AnyTagClassName
{
color: #874548;
}
</style>
background-color css
<style>
a { background-color: #874548; }
a { background-color: rgb(135,69,72); }
div.DivClassName
{
background-color: #874548;
}
.BgClassName
{
background-color: #874548;
}
</style>
border-color css
<style>
span { border-color: #874548; }
span { border-color: rgb(135,69,72); }
td.TdClassName
{
border-color: #874548;
}
.TagClassName
{
border-color: #874548;
}
</style>