Shades of Trendy Pink #854A75
Tints of Trendy Pink #854A75
RGB
CMYK
RGB Variations
Color information
#854A75 (or 0x854A75) is known color: Trendy Pink. HEX triplet: 85, 4A and 75. RGB value is (133,74,117). Sum of RGB (Red+Green+Blue) = 133+74+117=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #854A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A75 is #7AB58A. Grayscale: #606060. Windows color (decimal): -8041867 or 7686789. OLE color: 7686789.
HSL color Cylindrical-coordinate representation of color #854A75: hue angle of 316.27º 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 #854A75 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 117 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.48 |
| HSL | 316.27º | 0.29% | 0.41% | - |
| HSV(B) | 316.27º | 0.44% | 0.52% | - |
| XYZ | 15.33 | 11.17 | 18.18 | - |
| YUV | 96.54 | 139.55 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 117 | 0 | 0.44 | 0.12 | 0.48 | 316.27 | 0.29 | 0.41 |
| Hex | 85 | 4A | 75 | 0 | 2C | C | 30 | 13C | 1D | 29 |
| Octal | 205 | 112 | 165 | 0 | 54 | 14 | 60 | 474 | 35 | 51 |
| Binary | 10000101 | 1001010 | 1110101 | 0 | 101100 | 1100 | 110000 | 100111100 | 11101 | 101001 |
Color Harmonies of #854A75
Complementary color
Monochromatic Colors of #854A75
Black with #854A75
Text Example
Text Example
White with #854A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A75; }
p { color: rgb(133,74,117); }
H1.HeaderClassName
{
color: #854A75;
}
.AnyTagClassName
{
color: #854A75;
}
</style>
background-color css
<style>
a { background-color: #854A75; }
a { background-color: rgb(133,74,117); }
div.DivClassName
{
background-color: #854A75;
}
.BgClassName
{
background-color: #854A75;
}
</style>
border-color css
<style>
span { border-color: #854A75; }
span { border-color: rgb(133,74,117); }
td.TdClassName
{
border-color: #854A75;
}
.TagClassName
{
border-color: #854A75;
}
</style>