Shades of Solid Pink #854550
Tints of Solid Pink #854550
RGB
CMYK
RGB Variations
Color information
#854550 (or 0x854550) is known color: Solid Pink. HEX triplet: 85, 45 and 50. RGB value is (133,69,80). Sum of RGB (Red+Green+Blue) = 133+69+80=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #854550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854550 is #7ABAAF. Grayscale: #595959. Windows color (decimal): -8043184 or 5260677. OLE color: 5260677.
HSL color Cylindrical-coordinate representation of color #854550: hue angle of 349.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854550 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 80 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.48 |
| HSL | 349.69º | 0.32% | 0.4% | - |
| HSV(B) | 349.69º | 0.48% | 0.52% | - |
| XYZ | 13.25 | 9.82 | 8.79 | - |
| YUV | 89.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 80 | 0 | 0.48 | 0.40 | 0.48 | 349.69 | 0.32 | 0.4 |
| Hex | 85 | 45 | 50 | 0 | 30 | 28 | 30 | 15E | 20 | 28 |
| Octal | 205 | 105 | 120 | 0 | 60 | 50 | 60 | 536 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1010000 | 0 | 110000 | 101000 | 110000 | 101011110 | 100000 | 101000 |
Color Harmonies of #854550
Complementary color
Monochromatic Colors of #854550
Black with #854550
Text Example
Text Example
White with #854550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854550; }
p { color: rgb(133,69,80); }
H1.HeaderClassName
{
color: #854550;
}
.AnyTagClassName
{
color: #854550;
}
</style>
background-color css
<style>
a { background-color: #854550; }
a { background-color: rgb(133,69,80); }
div.DivClassName
{
background-color: #854550;
}
.BgClassName
{
background-color: #854550;
}
</style>
border-color css
<style>
span { border-color: #854550; }
span { border-color: rgb(133,69,80); }
td.TdClassName
{
border-color: #854550;
}
.TagClassName
{
border-color: #854550;
}
</style>