Shades of Solid Pink #874049
Tints of Solid Pink #874049
RGB
CMYK
RGB Variations
Color information
#874049 (or 0x874049) is known color: Solid Pink. HEX triplet: 87, 40 and 49. RGB value is (135,64,73). Sum of RGB (Red+Green+Blue) = 135+64+73=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #874049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874049 is #78BFB6. Grayscale: #565656. Windows color (decimal): -7913399 or 4800647. OLE color: 4800647.
HSL color Cylindrical-coordinate representation of color #874049: hue angle of 352.39º 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 #874049 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 73 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.47 |
| HSL | 352.39º | 0.36% | 0.39% | - |
| HSV(B) | 352.39º | 0.53% | 0.53% | - |
| XYZ | 13.03 | 9.3 | 7.41 | - |
| YUV | 86.26 | 120.52 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 73 | 0 | 0.53 | 0.46 | 0.47 | 352.39 | 0.36 | 0.39 |
| Hex | 87 | 40 | 49 | 0 | 35 | 2E | 2F | 160 | 24 | 27 |
| Octal | 207 | 100 | 111 | 0 | 65 | 56 | 57 | 540 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1001001 | 0 | 110101 | 101110 | 101111 | 101100000 | 100100 | 100111 |
Color Harmonies of #874049
Complementary color
Monochromatic Colors of #874049
Black with #874049
Text Example
Text Example
White with #874049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874049; }
p { color: rgb(135,64,73); }
H1.HeaderClassName
{
color: #874049;
}
.AnyTagClassName
{
color: #874049;
}
</style>
background-color css
<style>
a { background-color: #874049; }
a { background-color: rgb(135,64,73); }
div.DivClassName
{
background-color: #874049;
}
.BgClassName
{
background-color: #874049;
}
</style>
border-color css
<style>
span { border-color: #874049; }
span { border-color: rgb(135,64,73); }
td.TdClassName
{
border-color: #874049;
}
.TagClassName
{
border-color: #874049;
}
</style>