Shades of Solid Pink #84464F
Tints of Solid Pink #84464F
RGB
CMYK
RGB Variations
Color information
#84464F (or 0x84464F) is known color: Solid Pink. HEX triplet: 84, 46 and 4F. RGB value is (132,70,79). Sum of RGB (Red+Green+Blue) = 132+70+79=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84464F is #7BB9B0. Grayscale: #595959. Windows color (decimal): -8108465 or 5195396. OLE color: 5195396.
HSL color Cylindrical-coordinate representation of color #84464F: hue angle of 351.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84464F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 79 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.48 |
| HSL | 351.29º | 0.31% | 0.4% | - |
| HSV(B) | 351.29º | 0.47% | 0.52% | - |
| XYZ | 13.12 | 9.85 | 8.61 | - |
| YUV | 89.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 79 | 0 | 0.47 | 0.40 | 0.48 | 351.29 | 0.31 | 0.4 |
| Hex | 84 | 46 | 4F | 0 | 2F | 28 | 30 | 15F | 1F | 28 |
| Octal | 204 | 106 | 117 | 0 | 57 | 50 | 60 | 537 | 37 | 50 |
| Binary | 10000100 | 1000110 | 1001111 | 0 | 101111 | 101000 | 110000 | 101011111 | 11111 | 101000 |
Color Harmonies of #84464F
Complementary color
Monochromatic Colors of #84464F
Black with #84464F
Text Example
Text Example
White with #84464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84464F; }
p { color: rgb(132,70,79); }
H1.HeaderClassName
{
color: #84464F;
}
.AnyTagClassName
{
color: #84464F;
}
</style>
background-color css
<style>
a { background-color: #84464F; }
a { background-color: rgb(132,70,79); }
div.DivClassName
{
background-color: #84464F;
}
.BgClassName
{
background-color: #84464F;
}
</style>
border-color css
<style>
span { border-color: #84464F; }
span { border-color: rgb(132,70,79); }
td.TdClassName
{
border-color: #84464F;
}
.TagClassName
{
border-color: #84464F;
}
</style>