Shades of Solid Pink #875053
Tints of Solid Pink #875053
RGB
CMYK
RGB Variations
Color information
#875053 (or 0x875053) is known color: Solid Pink. HEX triplet: 87, 50 and 53. RGB value is (135,80,83). Sum of RGB (Red+Green+Blue) = 135+80+83=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875053 is #78AFAC. Grayscale: #606060. Windows color (decimal): -7909293 or 5460103. OLE color: 5460103.
HSL color Cylindrical-coordinate representation of color #875053: hue angle of 356.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875053 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 80 | 83 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.47 |
| HSL | 356.73º | 0.26% | 0.42% | - |
| HSV(B) | 356.73º | 0.41% | 0.53% | - |
| XYZ | 14.42 | 11.51 | 9.65 | - |
| YUV | 96.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 83 | 0 | 0.41 | 0.39 | 0.47 | 356.73 | 0.26 | 0.42 |
| Hex | 87 | 50 | 53 | 0 | 29 | 27 | 2F | 165 | 1A | 2A |
| Octal | 207 | 120 | 123 | 0 | 51 | 47 | 57 | 545 | 32 | 52 |
| Binary | 10000111 | 1010000 | 1010011 | 0 | 101001 | 100111 | 101111 | 101100101 | 11010 | 101010 |
Color Harmonies of #875053
Complementary color
Monochromatic Colors of #875053
Black with #875053
Text Example
Text Example
White with #875053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875053; }
p { color: rgb(135,80,83); }
H1.HeaderClassName
{
color: #875053;
}
.AnyTagClassName
{
color: #875053;
}
</style>
background-color css
<style>
a { background-color: #875053; }
a { background-color: rgb(135,80,83); }
div.DivClassName
{
background-color: #875053;
}
.BgClassName
{
background-color: #875053;
}
</style>
border-color css
<style>
span { border-color: #875053; }
span { border-color: rgb(135,80,83); }
td.TdClassName
{
border-color: #875053;
}
.TagClassName
{
border-color: #875053;
}
</style>