Shades of Solid Pink #874552
Tints of Solid Pink #874552
RGB
CMYK
RGB Variations
Color information
#874552 (or 0x874552) is known color: Solid Pink. HEX triplet: 87, 45 and 52. RGB value is (135,69,82). Sum of RGB (Red+Green+Blue) = 135+69+82=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #874552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874552 is #78BAAD. Grayscale: #5A5A5A. Windows color (decimal): -7912110 or 5391751. OLE color: 5391751.
HSL color Cylindrical-coordinate representation of color #874552: hue angle of 348.18º 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 #874552 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 82 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.47 |
| HSL | 348.18º | 0.32% | 0.4% | - |
| HSV(B) | 348.18º | 0.49% | 0.53% | - |
| XYZ | 13.64 | 10.02 | 9.2 | - |
| YUV | 90.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 82 | 0 | 0.49 | 0.39 | 0.47 | 348.18 | 0.32 | 0.4 |
| Hex | 87 | 45 | 52 | 0 | 31 | 27 | 2F | 15C | 20 | 28 |
| Octal | 207 | 105 | 122 | 0 | 61 | 47 | 57 | 534 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1010010 | 0 | 110001 | 100111 | 101111 | 101011100 | 100000 | 101000 |
Color Harmonies of #874552
Complementary color
Monochromatic Colors of #874552
Black with #874552
Text Example
Text Example
White with #874552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874552; }
p { color: rgb(135,69,82); }
H1.HeaderClassName
{
color: #874552;
}
.AnyTagClassName
{
color: #874552;
}
</style>
background-color css
<style>
a { background-color: #874552; }
a { background-color: rgb(135,69,82); }
div.DivClassName
{
background-color: #874552;
}
.BgClassName
{
background-color: #874552;
}
</style>
border-color css
<style>
span { border-color: #874552; }
span { border-color: rgb(135,69,82); }
td.TdClassName
{
border-color: #874552;
}
.TagClassName
{
border-color: #874552;
}
</style>