Shades of Solid Pink #85484D
Tints of Solid Pink #85484D
RGB
CMYK
RGB Variations
Color information
#85484D (or 0x85484D) is known color: Solid Pink. HEX triplet: 85, 48 and 4D. RGB value is (133,72,77). Sum of RGB (Red+Green+Blue) = 133+72+77=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #85484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85484D is #7AB7B2. Grayscale: #5A5A5A. Windows color (decimal): -8042419 or 5064837. OLE color: 5064837.
HSL color Cylindrical-coordinate representation of color #85484D: hue angle of 355.08º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85484D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 77 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.48 |
| HSL | 355.08º | 0.3% | 0.4% | - |
| HSV(B) | 355.08º | 0.46% | 0.52% | - |
| XYZ | 13.33 | 10.16 | 8.28 | - |
| YUV | 90.81 | 120.21 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 77 | 0 | 0.46 | 0.42 | 0.48 | 355.08 | 0.3 | 0.4 |
| Hex | 85 | 48 | 4D | 0 | 2E | 2A | 30 | 163 | 1E | 28 |
| Octal | 205 | 110 | 115 | 0 | 56 | 52 | 60 | 543 | 36 | 50 |
| Binary | 10000101 | 1001000 | 1001101 | 0 | 101110 | 101010 | 110000 | 101100011 | 11110 | 101000 |
Color Harmonies of #85484D
Complementary color
Monochromatic Colors of #85484D
Black with #85484D
Text Example
Text Example
White with #85484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85484D; }
p { color: rgb(133,72,77); }
H1.HeaderClassName
{
color: #85484D;
}
.AnyTagClassName
{
color: #85484D;
}
</style>
background-color css
<style>
a { background-color: #85484D; }
a { background-color: rgb(133,72,77); }
div.DivClassName
{
background-color: #85484D;
}
.BgClassName
{
background-color: #85484D;
}
</style>
border-color css
<style>
span { border-color: #85484D; }
span { border-color: rgb(133,72,77); }
td.TdClassName
{
border-color: #85484D;
}
.TagClassName
{
border-color: #85484D;
}
</style>