Shades of Solid Pink #854C55
Tints of Solid Pink #854C55
RGB
CMYK
RGB Variations
Color information
#854C55 (or 0x854C55) is known color: Solid Pink. HEX triplet: 85, 4C and 55. RGB value is (133,76,85). Sum of RGB (Red+Green+Blue) = 133+76+85=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #854C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C55 is #7AB3AA. Grayscale: #5E5E5E. Windows color (decimal): -8041387 or 5590149. OLE color: 5590149.
HSL color Cylindrical-coordinate representation of color #854C55: hue angle of 350.53º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C55 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 76 | 85 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.48 |
| HSL | 350.53º | 0.27% | 0.41% | - |
| HSV(B) | 350.53º | 0.43% | 0.52% | - |
| XYZ | 13.9 | 10.81 | 9.95 | - |
| YUV | 94.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 76 | 85 | 0 | 0.43 | 0.36 | 0.48 | 350.53 | 0.27 | 0.41 |
| Hex | 85 | 4C | 55 | 0 | 2B | 24 | 30 | 15F | 1B | 29 |
| Octal | 205 | 114 | 125 | 0 | 53 | 44 | 60 | 537 | 33 | 51 |
| Binary | 10000101 | 1001100 | 1010101 | 0 | 101011 | 100100 | 110000 | 101011111 | 11011 | 101001 |
Color Harmonies of #854C55
Complementary color
Monochromatic Colors of #854C55
Black with #854C55
Text Example
Text Example
White with #854C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854C55; }
p { color: rgb(133,76,85); }
H1.HeaderClassName
{
color: #854C55;
}
.AnyTagClassName
{
color: #854C55;
}
</style>
background-color css
<style>
a { background-color: #854C55; }
a { background-color: rgb(133,76,85); }
div.DivClassName
{
background-color: #854C55;
}
.BgClassName
{
background-color: #854C55;
}
</style>
border-color css
<style>
span { border-color: #854C55; }
span { border-color: rgb(133,76,85); }
td.TdClassName
{
border-color: #854C55;
}
.TagClassName
{
border-color: #854C55;
}
</style>