Shades of Solid Pink #85484A
Tints of Solid Pink #85484A
RGB
CMYK
RGB Variations
Color information
#85484A (or 0x85484A) is known color: Solid Pink. HEX triplet: 85, 48 and 4A. RGB value is (133,72,74). Sum of RGB (Red+Green+Blue) = 133+72+74=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #85484A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85484A is #7AB7B5. Grayscale: #5A5A5A. Windows color (decimal): -8042422 or 4868229. OLE color: 4868229.
HSL color Cylindrical-coordinate representation of color #85484A: hue angle of 358.03º 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 #85484A is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 74 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.48 |
| HSL | 358.03º | 0.3% | 0.4% | - |
| HSV(B) | 358.03º | 0.46% | 0.52% | - |
| XYZ | 13.23 | 10.12 | 7.73 | - |
| YUV | 90.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 74 | 0 | 0.46 | 0.44 | 0.48 | 358.03 | 0.3 | 0.4 |
| Hex | 85 | 48 | 4A | 0 | 2E | 2C | 30 | 166 | 1E | 28 |
| Octal | 205 | 110 | 112 | 0 | 56 | 54 | 60 | 546 | 36 | 50 |
| Binary | 10000101 | 1001000 | 1001010 | 0 | 101110 | 101100 | 110000 | 101100110 | 11110 | 101000 |
Color Harmonies of #85484A
Complementary color
Monochromatic Colors of #85484A
Black with #85484A
Text Example
Text Example
White with #85484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85484A; }
p { color: rgb(133,72,74); }
H1.HeaderClassName
{
color: #85484A;
}
.AnyTagClassName
{
color: #85484A;
}
</style>
background-color css
<style>
a { background-color: #85484A; }
a { background-color: rgb(133,72,74); }
div.DivClassName
{
background-color: #85484A;
}
.BgClassName
{
background-color: #85484A;
}
</style>
border-color css
<style>
span { border-color: #85484A; }
span { border-color: rgb(133,72,74); }
td.TdClassName
{
border-color: #85484A;
}
.TagClassName
{
border-color: #85484A;
}
</style>