Shades of Solid Pink #845356
Tints of Solid Pink #845356
RGB
CMYK
RGB Variations
Color information
#845356 (or 0x845356) is known color: Solid Pink. HEX triplet: 84, 53 and 56. RGB value is (132,83,86). Sum of RGB (Red+Green+Blue) = 132+83+86=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845356 is #7BACA9. Grayscale: #626262. Windows color (decimal): -8105130 or 5657476. OLE color: 5657476.
HSL color Cylindrical-coordinate representation of color #845356: hue angle of 356.33º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845356 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 86 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.48 |
| HSL | 356.33º | 0.23% | 0.42% | - |
| HSV(B) | 356.33º | 0.37% | 0.52% | - |
| XYZ | 14.29 | 11.76 | 10.32 | - |
| YUV | 97.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 86 | 0 | 0.37 | 0.35 | 0.48 | 356.33 | 0.23 | 0.42 |
| Hex | 84 | 53 | 56 | 0 | 25 | 23 | 30 | 164 | 17 | 2A |
| Octal | 204 | 123 | 126 | 0 | 45 | 43 | 60 | 544 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1010110 | 0 | 100101 | 100011 | 110000 | 101100100 | 10111 | 101010 |
Color Harmonies of #845356
Complementary color
Monochromatic Colors of #845356
Black with #845356
Text Example
Text Example
White with #845356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845356; }
p { color: rgb(132,83,86); }
H1.HeaderClassName
{
color: #845356;
}
.AnyTagClassName
{
color: #845356;
}
</style>
background-color css
<style>
a { background-color: #845356; }
a { background-color: rgb(132,83,86); }
div.DivClassName
{
background-color: #845356;
}
.BgClassName
{
background-color: #845356;
}
</style>
border-color css
<style>
span { border-color: #845356; }
span { border-color: rgb(132,83,86); }
td.TdClassName
{
border-color: #845356;
}
.TagClassName
{
border-color: #845356;
}
</style>