Shades of Solid Pink #854450
Tints of Solid Pink #854450
RGB
CMYK
RGB Variations
Color information
#854450 (or 0x854450) is known color: Solid Pink. HEX triplet: 85, 44 and 50. RGB value is (133,68,80). Sum of RGB (Red+Green+Blue) = 133+68+80=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #854450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854450 is #7ABBAF. Grayscale: #585858. Windows color (decimal): -8043440 or 5260421. OLE color: 5260421.
HSL color Cylindrical-coordinate representation of color #854450: hue angle of 348.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854450 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 80 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.48 |
| HSL | 348.92º | 0.32% | 0.39% | - |
| HSV(B) | 348.92º | 0.49% | 0.52% | - |
| XYZ | 13.19 | 9.7 | 8.77 | - |
| YUV | 88.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 80 | 0 | 0.49 | 0.40 | 0.48 | 348.92 | 0.32 | 0.39 |
| Hex | 85 | 44 | 50 | 0 | 31 | 28 | 30 | 15D | 20 | 27 |
| Octal | 205 | 104 | 120 | 0 | 61 | 50 | 60 | 535 | 40 | 47 |
| Binary | 10000101 | 1000100 | 1010000 | 0 | 110001 | 101000 | 110000 | 101011101 | 100000 | 100111 |
Color Harmonies of #854450
Complementary color
Monochromatic Colors of #854450
Black with #854450
Text Example
Text Example
White with #854450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854450; }
p { color: rgb(133,68,80); }
H1.HeaderClassName
{
color: #854450;
}
.AnyTagClassName
{
color: #854450;
}
</style>
background-color css
<style>
a { background-color: #854450; }
a { background-color: rgb(133,68,80); }
div.DivClassName
{
background-color: #854450;
}
.BgClassName
{
background-color: #854450;
}
</style>
border-color css
<style>
span { border-color: #854450; }
span { border-color: rgb(133,68,80); }
td.TdClassName
{
border-color: #854450;
}
.TagClassName
{
border-color: #854450;
}
</style>