Shades of Solid Pink #845053
Tints of Solid Pink #845053
RGB
CMYK
RGB Variations
Color information
#845053 (or 0x845053) is known color: Solid Pink. HEX triplet: 84, 50 and 53. RGB value is (132,80,83). Sum of RGB (Red+Green+Blue) = 132+80+83=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #845053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845053 is #7BAFAC. Grayscale: #5F5F5F. Windows color (decimal): -8105901 or 5460100. OLE color: 5460100.
HSL color Cylindrical-coordinate representation of color #845053: hue angle of 356.54º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845053 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 83 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.48 |
| HSL | 356.54º | 0.25% | 0.42% | - |
| HSV(B) | 356.54º | 0.39% | 0.52% | - |
| XYZ | 13.95 | 11.27 | 9.62 | - |
| YUV | 95.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 83 | 0 | 0.39 | 0.37 | 0.48 | 356.54 | 0.25 | 0.42 |
| Hex | 84 | 50 | 53 | 0 | 27 | 25 | 30 | 165 | 19 | 2A |
| Octal | 204 | 120 | 123 | 0 | 47 | 45 | 60 | 545 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1010011 | 0 | 100111 | 100101 | 110000 | 101100101 | 11001 | 101010 |
Color Harmonies of #845053
Complementary color
Monochromatic Colors of #845053
Black with #845053
Text Example
Text Example
White with #845053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845053; }
p { color: rgb(132,80,83); }
H1.HeaderClassName
{
color: #845053;
}
.AnyTagClassName
{
color: #845053;
}
</style>
background-color css
<style>
a { background-color: #845053; }
a { background-color: rgb(132,80,83); }
div.DivClassName
{
background-color: #845053;
}
.BgClassName
{
background-color: #845053;
}
</style>
border-color css
<style>
span { border-color: #845053; }
span { border-color: rgb(132,80,83); }
td.TdClassName
{
border-color: #845053;
}
.TagClassName
{
border-color: #845053;
}
</style>