Shades of Solid Pink #85545A
Tints of Solid Pink #85545A
RGB
CMYK
RGB Variations
Color information
#85545A (or 0x85545A) is known color: Solid Pink. HEX triplet: 85, 54 and 5A. RGB value is (133,84,90). Sum of RGB (Red+Green+Blue) = 133+84+90=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85545A is #7AABA5. Grayscale: #636363. Windows color (decimal): -8039334 or 5919877. OLE color: 5919877.
HSL color Cylindrical-coordinate representation of color #85545A: hue angle of 352.65º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85545A is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 90 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.48 |
| HSL | 352.65º | 0.23% | 0.43% | - |
| HSV(B) | 352.65º | 0.37% | 0.52% | - |
| XYZ | 14.69 | 12.07 | 11.23 | - |
| YUV | 99.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 90 | 0 | 0.37 | 0.32 | 0.48 | 352.65 | 0.23 | 0.43 |
| Hex | 85 | 54 | 5A | 0 | 25 | 20 | 30 | 161 | 17 | 2B |
| Octal | 205 | 124 | 132 | 0 | 45 | 40 | 60 | 541 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1011010 | 0 | 100101 | 100000 | 110000 | 101100001 | 10111 | 101011 |
Color Harmonies of #85545A
Complementary color
Monochromatic Colors of #85545A
Black with #85545A
Text Example
Text Example
White with #85545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85545A; }
p { color: rgb(133,84,90); }
H1.HeaderClassName
{
color: #85545A;
}
.AnyTagClassName
{
color: #85545A;
}
</style>
background-color css
<style>
a { background-color: #85545A; }
a { background-color: rgb(133,84,90); }
div.DivClassName
{
background-color: #85545A;
}
.BgClassName
{
background-color: #85545A;
}
</style>
border-color css
<style>
span { border-color: #85545A; }
span { border-color: rgb(133,84,90); }
td.TdClassName
{
border-color: #85545A;
}
.TagClassName
{
border-color: #85545A;
}
</style>