Shades of Solid Pink #854A57
Tints of Solid Pink #854A57
RGB
CMYK
RGB Variations
Color information
#854A57 (or 0x854A57) is known color: Solid Pink. HEX triplet: 85, 4A and 57. RGB value is (133,74,87). Sum of RGB (Red+Green+Blue) = 133+74+87=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #854A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A57 is #7AB5A8. Grayscale: #5D5D5D. Windows color (decimal): -8041897 or 5720709. OLE color: 5720709.
HSL color Cylindrical-coordinate representation of color #854A57: hue angle of 346.78º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A57 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 87 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.48 |
| HSL | 346.78º | 0.29% | 0.41% | - |
| HSV(B) | 346.78º | 0.44% | 0.52% | - |
| XYZ | 13.84 | 10.57 | 10.33 | - |
| YUV | 93.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 87 | 0 | 0.44 | 0.35 | 0.48 | 346.78 | 0.29 | 0.41 |
| Hex | 85 | 4A | 57 | 0 | 2C | 23 | 30 | 15B | 1D | 29 |
| Octal | 205 | 112 | 127 | 0 | 54 | 43 | 60 | 533 | 35 | 51 |
| Binary | 10000101 | 1001010 | 1010111 | 0 | 101100 | 100011 | 110000 | 101011011 | 11101 | 101001 |
Color Harmonies of #854A57
Complementary color
Monochromatic Colors of #854A57
Black with #854A57
Text Example
Text Example
White with #854A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A57; }
p { color: rgb(133,74,87); }
H1.HeaderClassName
{
color: #854A57;
}
.AnyTagClassName
{
color: #854A57;
}
</style>
background-color css
<style>
a { background-color: #854A57; }
a { background-color: rgb(133,74,87); }
div.DivClassName
{
background-color: #854A57;
}
.BgClassName
{
background-color: #854A57;
}
</style>
border-color css
<style>
span { border-color: #854A57; }
span { border-color: rgb(133,74,87); }
td.TdClassName
{
border-color: #854A57;
}
.TagClassName
{
border-color: #854A57;
}
</style>