Shades of Solid Pink #844546
Tints of Solid Pink #844546
RGB
CMYK
RGB Variations
Color information
#844546 (or 0x844546) is known color: Solid Pink. HEX triplet: 84, 45 and 46. RGB value is (132,69,70). Sum of RGB (Red+Green+Blue) = 132+69+70=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #844546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844546 is #7BBAB9. Grayscale: #585858. Windows color (decimal): -8108730 or 4605316. OLE color: 4605316.
HSL color Cylindrical-coordinate representation of color #844546: hue angle of 359.05º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844546 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 70 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.48 |
| HSL | 359.05º | 0.31% | 0.39% | - |
| HSV(B) | 359.05º | 0.48% | 0.52% | - |
| XYZ | 12.75 | 9.6 | 6.98 | - |
| YUV | 87.95 | 117.87 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 70 | 0 | 0.48 | 0.47 | 0.48 | 359.05 | 0.31 | 0.39 |
| Hex | 84 | 45 | 46 | 0 | 30 | 2F | 30 | 167 | 1F | 27 |
| Octal | 204 | 105 | 106 | 0 | 60 | 57 | 60 | 547 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1000110 | 0 | 110000 | 101111 | 110000 | 101100111 | 11111 | 100111 |
Color Harmonies of #844546
Complementary color
Monochromatic Colors of #844546
Black with #844546
Text Example
Text Example
White with #844546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844546; }
p { color: rgb(132,69,70); }
H1.HeaderClassName
{
color: #844546;
}
.AnyTagClassName
{
color: #844546;
}
</style>
background-color css
<style>
a { background-color: #844546; }
a { background-color: rgb(132,69,70); }
div.DivClassName
{
background-color: #844546;
}
.BgClassName
{
background-color: #844546;
}
</style>
border-color css
<style>
span { border-color: #844546; }
span { border-color: rgb(132,69,70); }
td.TdClassName
{
border-color: #844546;
}
.TagClassName
{
border-color: #844546;
}
</style>