Shades of Solid Pink #84484B
Tints of Solid Pink #84484B
RGB
CMYK
RGB Variations
Color information
#84484B (or 0x84484B) is known color: Solid Pink. HEX triplet: 84, 48 and 4B. RGB value is (132,72,75). Sum of RGB (Red+Green+Blue) = 132+72+75=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84484B is #7BB7B4. Grayscale: #5A5A5A. Windows color (decimal): -8107957 or 4933764. OLE color: 4933764.
HSL color Cylindrical-coordinate representation of color #84484B: hue angle of 357º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84484B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 75 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.48 |
| HSL | 357º | 0.29% | 0.4% | - |
| HSV(B) | 357º | 0.45% | 0.52% | - |
| XYZ | 13.1 | 10.05 | 7.91 | - |
| YUV | 90.28 | 119.38 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 75 | 0 | 0.45 | 0.43 | 0.48 | 357 | 0.29 | 0.4 |
| Hex | 84 | 48 | 4B | 0 | 2D | 2B | 30 | 165 | 1D | 28 |
| Octal | 204 | 110 | 113 | 0 | 55 | 53 | 60 | 545 | 35 | 50 |
| Binary | 10000100 | 1001000 | 1001011 | 0 | 101101 | 101011 | 110000 | 101100101 | 11101 | 101000 |
Color Harmonies of #84484B
Complementary color
Monochromatic Colors of #84484B
Black with #84484B
Text Example
Text Example
White with #84484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84484B; }
p { color: rgb(132,72,75); }
H1.HeaderClassName
{
color: #84484B;
}
.AnyTagClassName
{
color: #84484B;
}
</style>
background-color css
<style>
a { background-color: #84484B; }
a { background-color: rgb(132,72,75); }
div.DivClassName
{
background-color: #84484B;
}
.BgClassName
{
background-color: #84484B;
}
</style>
border-color css
<style>
span { border-color: #84484B; }
span { border-color: rgb(132,72,75); }
td.TdClassName
{
border-color: #84484B;
}
.TagClassName
{
border-color: #84484B;
}
</style>