Shades of Solid Pink #854A51
Tints of Solid Pink #854A51
RGB
CMYK
RGB Variations
Color information
#854A51 (or 0x854A51) is known color: Solid Pink. HEX triplet: 85, 4A and 51. RGB value is (133,74,81). Sum of RGB (Red+Green+Blue) = 133+74+81=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #854A51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A51 is #7AB5AE. Grayscale: #5C5C5C. Windows color (decimal): -8041903 or 5327493. OLE color: 5327493.
HSL color Cylindrical-coordinate representation of color #854A51: hue angle of 352.88º 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 #854A51 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 81 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.48 |
| HSL | 352.88º | 0.29% | 0.41% | - |
| HSV(B) | 352.88º | 0.44% | 0.52% | - |
| XYZ | 13.61 | 10.48 | 9.09 | - |
| YUV | 92.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 81 | 0 | 0.44 | 0.39 | 0.48 | 352.88 | 0.29 | 0.41 |
| Hex | 85 | 4A | 51 | 0 | 2C | 27 | 30 | 161 | 1D | 29 |
| Octal | 205 | 112 | 121 | 0 | 54 | 47 | 60 | 541 | 35 | 51 |
| Binary | 10000101 | 1001010 | 1010001 | 0 | 101100 | 100111 | 110000 | 101100001 | 11101 | 101001 |
Color Harmonies of #854A51
Complementary color
Monochromatic Colors of #854A51
Black with #854A51
Text Example
Text Example
White with #854A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A51; }
p { color: rgb(133,74,81); }
H1.HeaderClassName
{
color: #854A51;
}
.AnyTagClassName
{
color: #854A51;
}
</style>
background-color css
<style>
a { background-color: #854A51; }
a { background-color: rgb(133,74,81); }
div.DivClassName
{
background-color: #854A51;
}
.BgClassName
{
background-color: #854A51;
}
</style>
border-color css
<style>
span { border-color: #854A51; }
span { border-color: rgb(133,74,81); }
td.TdClassName
{
border-color: #854A51;
}
.TagClassName
{
border-color: #854A51;
}
</style>