Shades of Solid Pink #874249
Tints of Solid Pink #874249
RGB
CMYK
RGB Variations
Color information
#874249 (or 0x874249) is known color: Solid Pink. HEX triplet: 87, 42 and 49. RGB value is (135,66,73). Sum of RGB (Red+Green+Blue) = 135+66+73=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #874249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874249 is #78BDB6. Grayscale: #575757. Windows color (decimal): -7912887 or 4801159. OLE color: 4801159.
HSL color Cylindrical-coordinate representation of color #874249: hue angle of 353.91º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #874249 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 73 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.47 |
| HSL | 353.91º | 0.34% | 0.39% | - |
| HSV(B) | 353.91º | 0.51% | 0.53% | - |
| XYZ | 13.14 | 9.53 | 7.45 | - |
| YUV | 87.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 73 | 0 | 0.51 | 0.46 | 0.47 | 353.91 | 0.34 | 0.39 |
| Hex | 87 | 42 | 49 | 0 | 33 | 2E | 2F | 162 | 22 | 27 |
| Octal | 207 | 102 | 111 | 0 | 63 | 56 | 57 | 542 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1001001 | 0 | 110011 | 101110 | 101111 | 101100010 | 100010 | 100111 |
Color Harmonies of #874249
Complementary color
Monochromatic Colors of #874249
Black with #874249
Text Example
Text Example
White with #874249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874249; }
p { color: rgb(135,66,73); }
H1.HeaderClassName
{
color: #874249;
}
.AnyTagClassName
{
color: #874249;
}
</style>
background-color css
<style>
a { background-color: #874249; }
a { background-color: rgb(135,66,73); }
div.DivClassName
{
background-color: #874249;
}
.BgClassName
{
background-color: #874249;
}
</style>
border-color css
<style>
span { border-color: #874249; }
span { border-color: rgb(135,66,73); }
td.TdClassName
{
border-color: #874249;
}
.TagClassName
{
border-color: #874249;
}
</style>