Shades of Solid Pink #845052
Tints of Solid Pink #845052
RGB
CMYK
RGB Variations
Color information
#845052 (or 0x845052) is known color: Solid Pink. HEX triplet: 84, 50 and 52. RGB value is (132,80,82). Sum of RGB (Red+Green+Blue) = 132+80+82=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845052 is #7BAFAD. Grayscale: #5F5F5F. Windows color (decimal): -8105902 or 5394564. OLE color: 5394564.
HSL color Cylindrical-coordinate representation of color #845052: hue angle of 357.69º 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 #845052 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 82 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.48 |
| HSL | 357.69º | 0.25% | 0.42% | - |
| HSV(B) | 357.69º | 0.39% | 0.52% | - |
| XYZ | 13.91 | 11.25 | 9.42 | - |
| YUV | 95.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 82 | 0 | 0.39 | 0.38 | 0.48 | 357.69 | 0.25 | 0.42 |
| Hex | 84 | 50 | 52 | 0 | 27 | 26 | 30 | 166 | 19 | 2A |
| Octal | 204 | 120 | 122 | 0 | 47 | 46 | 60 | 546 | 31 | 52 |
| Binary | 10000100 | 1010000 | 1010010 | 0 | 100111 | 100110 | 110000 | 101100110 | 11001 | 101010 |
Color Harmonies of #845052
Complementary color
Monochromatic Colors of #845052
Black with #845052
Text Example
Text Example
White with #845052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845052; }
p { color: rgb(132,80,82); }
H1.HeaderClassName
{
color: #845052;
}
.AnyTagClassName
{
color: #845052;
}
</style>
background-color css
<style>
a { background-color: #845052; }
a { background-color: rgb(132,80,82); }
div.DivClassName
{
background-color: #845052;
}
.BgClassName
{
background-color: #845052;
}
</style>
border-color css
<style>
span { border-color: #845052; }
span { border-color: rgb(132,80,82); }
td.TdClassName
{
border-color: #845052;
}
.TagClassName
{
border-color: #845052;
}
</style>