Shades of Solid Pink #845354
Tints of Solid Pink #845354
RGB
CMYK
RGB Variations
Color information
#845354 (or 0x845354) is known color: Solid Pink. HEX triplet: 84, 53 and 54. RGB value is (132,83,84). Sum of RGB (Red+Green+Blue) = 132+83+84=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #845354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845354 is #7BACAB. Grayscale: #616161. Windows color (decimal): -8105132 or 5526404. OLE color: 5526404.
HSL color Cylindrical-coordinate representation of color #845354: hue angle of 358.78º 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 #845354 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 83 | 84 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.48 |
| HSL | 358.78º | 0.23% | 0.42% | - |
| HSV(B) | 358.78º | 0.37% | 0.52% | - |
| XYZ | 14.21 | 11.73 | 9.9 | - |
| YUV | 97.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 84 | 0 | 0.37 | 0.36 | 0.48 | 358.78 | 0.23 | 0.42 |
| Hex | 84 | 53 | 54 | 0 | 25 | 24 | 30 | 167 | 17 | 2A |
| Octal | 204 | 123 | 124 | 0 | 45 | 44 | 60 | 547 | 27 | 52 |
| Binary | 10000100 | 1010011 | 1010100 | 0 | 100101 | 100100 | 110000 | 101100111 | 10111 | 101010 |
Color Harmonies of #845354
Complementary color
Monochromatic Colors of #845354
Black with #845354
Text Example
Text Example
White with #845354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845354; }
p { color: rgb(132,83,84); }
H1.HeaderClassName
{
color: #845354;
}
.AnyTagClassName
{
color: #845354;
}
</style>
background-color css
<style>
a { background-color: #845354; }
a { background-color: rgb(132,83,84); }
div.DivClassName
{
background-color: #845354;
}
.BgClassName
{
background-color: #845354;
}
</style>
border-color css
<style>
span { border-color: #845354; }
span { border-color: rgb(132,83,84); }
td.TdClassName
{
border-color: #845354;
}
.TagClassName
{
border-color: #845354;
}
</style>