Shades of Solid Pink #85474C
Tints of Solid Pink #85474C
RGB
CMYK
RGB Variations
Color information
#85474C (or 0x85474C) is known color: Solid Pink. HEX triplet: 85, 47 and 4C. RGB value is (133,71,76). Sum of RGB (Red+Green+Blue) = 133+71+76=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #85474C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85474C is #7AB8B3. Grayscale: #5A5A5A. Windows color (decimal): -8042676 or 4999045. OLE color: 4999045.
HSL color Cylindrical-coordinate representation of color #85474C: hue angle of 355.16º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85474C is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 71 | 76 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.48 |
| HSL | 355.16º | 0.3% | 0.4% | - |
| HSV(B) | 355.16º | 0.47% | 0.52% | - |
| XYZ | 13.23 | 10.01 | 8.07 | - |
| YUV | 90.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 76 | 0 | 0.47 | 0.43 | 0.48 | 355.16 | 0.3 | 0.4 |
| Hex | 85 | 47 | 4C | 0 | 2F | 2B | 30 | 163 | 1E | 28 |
| Octal | 205 | 107 | 114 | 0 | 57 | 53 | 60 | 543 | 36 | 50 |
| Binary | 10000101 | 1000111 | 1001100 | 0 | 101111 | 101011 | 110000 | 101100011 | 11110 | 101000 |
Color Harmonies of #85474C
Complementary color
Monochromatic Colors of #85474C
Black with #85474C
Text Example
Text Example
White with #85474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85474C; }
p { color: rgb(133,71,76); }
H1.HeaderClassName
{
color: #85474C;
}
.AnyTagClassName
{
color: #85474C;
}
</style>
background-color css
<style>
a { background-color: #85474C; }
a { background-color: rgb(133,71,76); }
div.DivClassName
{
background-color: #85474C;
}
.BgClassName
{
background-color: #85474C;
}
</style>
border-color css
<style>
span { border-color: #85474C; }
span { border-color: rgb(133,71,76); }
td.TdClassName
{
border-color: #85474C;
}
.TagClassName
{
border-color: #85474C;
}
</style>