Shades of Solid Pink #854547
Tints of Solid Pink #854547
RGB
CMYK
RGB Variations
Color information
#854547 (or 0x854547) is known color: Solid Pink. HEX triplet: 85, 45 and 47. RGB value is (133,69,71). Sum of RGB (Red+Green+Blue) = 133+69+71=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #854547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854547 is #7ABAB8. Grayscale: #585858. Windows color (decimal): -8043193 or 4670853. OLE color: 4670853.
HSL color Cylindrical-coordinate representation of color #854547: hue angle of 358.12º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #854547 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 71 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.48 |
| HSL | 358.13º | 0.32% | 0.4% | - |
| HSV(B) | 358.13º | 0.48% | 0.52% | - |
| XYZ | 12.94 | 9.7 | 7.15 | - |
| YUV | 88.36 | 118.2 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 71 | 0 | 0.48 | 0.47 | 0.48 | 358.13 | 0.32 | 0.4 |
| Hex | 85 | 45 | 47 | 0 | 30 | 2F | 30 | 166 | 20 | 28 |
| Octal | 205 | 105 | 107 | 0 | 60 | 57 | 60 | 546 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1000111 | 0 | 110000 | 101111 | 110000 | 101100110 | 100000 | 101000 |
Color Harmonies of #854547
Complementary color
Monochromatic Colors of #854547
Black with #854547
Text Example
Text Example
White with #854547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854547; }
p { color: rgb(133,69,71); }
H1.HeaderClassName
{
color: #854547;
}
.AnyTagClassName
{
color: #854547;
}
</style>
background-color css
<style>
a { background-color: #854547; }
a { background-color: rgb(133,69,71); }
div.DivClassName
{
background-color: #854547;
}
.BgClassName
{
background-color: #854547;
}
</style>
border-color css
<style>
span { border-color: #854547; }
span { border-color: rgb(133,69,71); }
td.TdClassName
{
border-color: #854547;
}
.TagClassName
{
border-color: #854547;
}
</style>