Shades of Solid Pink #854047
Tints of Solid Pink #854047
RGB
CMYK
RGB Variations
Color information
#854047 (or 0x854047) is known color: Solid Pink. HEX triplet: 85, 40 and 47. RGB value is (133,64,71). Sum of RGB (Red+Green+Blue) = 133+64+71=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #854047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854047 is #7ABFB8. Grayscale: #555555. Windows color (decimal): -8044473 or 4669573. OLE color: 4669573.
HSL color Cylindrical-coordinate representation of color #854047: hue angle of 353.91º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854047 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 71 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.48 |
| HSL | 353.91º | 0.35% | 0.39% | - |
| HSV(B) | 353.91º | 0.52% | 0.52% | - |
| XYZ | 12.64 | 9.11 | 7.05 | - |
| YUV | 85.43 | 119.86 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 71 | 0 | 0.52 | 0.47 | 0.48 | 353.91 | 0.35 | 0.39 |
| Hex | 85 | 40 | 47 | 0 | 34 | 2F | 30 | 162 | 23 | 27 |
| Octal | 205 | 100 | 107 | 0 | 64 | 57 | 60 | 542 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1000111 | 0 | 110100 | 101111 | 110000 | 101100010 | 100011 | 100111 |
Color Harmonies of #854047
Complementary color
Monochromatic Colors of #854047
Black with #854047
Text Example
Text Example
White with #854047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854047; }
p { color: rgb(133,64,71); }
H1.HeaderClassName
{
color: #854047;
}
.AnyTagClassName
{
color: #854047;
}
</style>
background-color css
<style>
a { background-color: #854047; }
a { background-color: rgb(133,64,71); }
div.DivClassName
{
background-color: #854047;
}
.BgClassName
{
background-color: #854047;
}
</style>
border-color css
<style>
span { border-color: #854047; }
span { border-color: rgb(133,64,71); }
td.TdClassName
{
border-color: #854047;
}
.TagClassName
{
border-color: #854047;
}
</style>