Shades of Solid Pink #874248
Tints of Solid Pink #874248
RGB
CMYK
RGB Variations
Color information
#874248 (or 0x874248) is known color: Solid Pink. HEX triplet: 87, 42 and 48. RGB value is (135,66,72). Sum of RGB (Red+Green+Blue) = 135+66+72=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 72 (28.52% from 255 or 26.37% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #874248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874248 is #78BDB7. Grayscale: #575757. Windows color (decimal): -7912888 or 4735623. OLE color: 4735623.
HSL color Cylindrical-coordinate representation of color #874248: hue angle of 354.78º 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 #874248 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 66 | 72 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.47 |
| HSL | 354.78º | 0.34% | 0.39% | - |
| HSV(B) | 354.78º | 0.51% | 0.53% | - |
| XYZ | 13.11 | 9.52 | 7.28 | - |
| YUV | 87.32 | 119.36 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 72 | 0 | 0.51 | 0.47 | 0.47 | 354.78 | 0.34 | 0.39 |
| Hex | 87 | 42 | 48 | 0 | 33 | 2F | 2F | 163 | 22 | 27 |
| Octal | 207 | 102 | 110 | 0 | 63 | 57 | 57 | 543 | 42 | 47 |
| Binary | 10000111 | 1000010 | 1001000 | 0 | 110011 | 101111 | 101111 | 101100011 | 100010 | 100111 |
Color Harmonies of #874248
Complementary color
Monochromatic Colors of #874248
Black with #874248
Text Example
Text Example
White with #874248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874248; }
p { color: rgb(135,66,72); }
H1.HeaderClassName
{
color: #874248;
}
.AnyTagClassName
{
color: #874248;
}
</style>
background-color css
<style>
a { background-color: #874248; }
a { background-color: rgb(135,66,72); }
div.DivClassName
{
background-color: #874248;
}
.BgClassName
{
background-color: #874248;
}
</style>
border-color css
<style>
span { border-color: #874248; }
span { border-color: rgb(135,66,72); }
td.TdClassName
{
border-color: #874248;
}
.TagClassName
{
border-color: #874248;
}
</style>