Shades of Solid Pink #845359
Tints of Solid Pink #845359
RGB
CMYK
RGB Variations
Color information
#845359 (or 0x845359) is known color: Solid Pink. HEX triplet: 84, 53 and 59. RGB value is (132,83,89). Sum of RGB (Red+Green+Blue) = 132+83+89=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #845359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845359 is #7BACA6. Grayscale: #626262. Windows color (decimal): -8105127 or 5854084. OLE color: 5854084.
HSL color Cylindrical-coordinate representation of color #845359: hue angle of 352.65º 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 #845359 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 89 | - |
| CMYK | 0 | 0.37 | 0.33 | 0.48 |
| HSL | 352.65º | 0.23% | 0.42% | - |
| HSV(B) | 352.65º | 0.37% | 0.52% | - |
| XYZ | 14.41 | 11.81 | 10.97 | - |
| YUV | 98.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 89 | 0 | 0.37 | 0.33 | 0.48 | 352.65 | 0.23 | 0.42 |
| Hex | 84 | 53 | 59 | 0 | 25 | 21 | 30 | 161 | 17 | 2A |
| Octal | 204 | 123 | 131 | 0 | 45 | 41 | 60 | 541 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1011001 | 0 | 100101 | 100001 | 110000 | 101100001 | 10111 | 101010 |
Color Harmonies of #845359
Complementary color
Monochromatic Colors of #845359
Black with #845359
Text Example
Text Example
White with #845359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845359; }
p { color: rgb(132,83,89); }
H1.HeaderClassName
{
color: #845359;
}
.AnyTagClassName
{
color: #845359;
}
</style>
background-color css
<style>
a { background-color: #845359; }
a { background-color: rgb(132,83,89); }
div.DivClassName
{
background-color: #845359;
}
.BgClassName
{
background-color: #845359;
}
</style>
border-color css
<style>
span { border-color: #845359; }
span { border-color: rgb(132,83,89); }
td.TdClassName
{
border-color: #845359;
}
.TagClassName
{
border-color: #845359;
}
</style>