Shades of Solid Pink #854850
Tints of Solid Pink #854850
RGB
CMYK
RGB Variations
Color information
#854850 (or 0x854850) is known color: Solid Pink. HEX triplet: 85, 48 and 50. RGB value is (133,72,80). Sum of RGB (Red+Green+Blue) = 133+72+80=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #854850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854850 is #7AB7AF. Grayscale: #5B5B5B. Windows color (decimal): -8042416 or 5261445. OLE color: 5261445.
HSL color Cylindrical-coordinate representation of color #854850: hue angle of 352.13º 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 #854850 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 80 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.48 |
| HSL | 352.13º | 0.3% | 0.4% | - |
| HSV(B) | 352.13º | 0.46% | 0.52% | - |
| XYZ | 13.44 | 10.2 | 8.85 | - |
| YUV | 91.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 80 | 0 | 0.46 | 0.40 | 0.48 | 352.13 | 0.3 | 0.4 |
| Hex | 85 | 48 | 50 | 0 | 2E | 28 | 30 | 160 | 1E | 28 |
| Octal | 205 | 110 | 120 | 0 | 56 | 50 | 60 | 540 | 36 | 50 |
| Binary | 10000101 | 1001000 | 1010000 | 0 | 101110 | 101000 | 110000 | 101100000 | 11110 | 101000 |
Color Harmonies of #854850
Complementary color
Monochromatic Colors of #854850
Black with #854850
Text Example
Text Example
White with #854850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854850; }
p { color: rgb(133,72,80); }
H1.HeaderClassName
{
color: #854850;
}
.AnyTagClassName
{
color: #854850;
}
</style>
background-color css
<style>
a { background-color: #854850; }
a { background-color: rgb(133,72,80); }
div.DivClassName
{
background-color: #854850;
}
.BgClassName
{
background-color: #854850;
}
</style>
border-color css
<style>
span { border-color: #854850; }
span { border-color: rgb(133,72,80); }
td.TdClassName
{
border-color: #854850;
}
.TagClassName
{
border-color: #854850;
}
</style>