Shades of Solid Pink #84474B
Tints of Solid Pink #84474B
RGB
CMYK
RGB Variations
Color information
#84474B (or 0x84474B) is known color: Solid Pink. HEX triplet: 84, 47 and 4B. RGB value is (132,71,75). Sum of RGB (Red+Green+Blue) = 132+71+75=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #84474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84474B is #7BB8B4. Grayscale: #595959. Windows color (decimal): -8108213 or 4933508. OLE color: 4933508.
HSL color Cylindrical-coordinate representation of color #84474B: hue angle of 356.07º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84474B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 75 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.48 |
| HSL | 356.07º | 0.3% | 0.4% | - |
| HSV(B) | 356.07º | 0.46% | 0.52% | - |
| XYZ | 13.04 | 9.92 | 7.88 | - |
| YUV | 89.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 75 | 0 | 0.46 | 0.43 | 0.48 | 356.07 | 0.3 | 0.4 |
| Hex | 84 | 47 | 4B | 0 | 2E | 2B | 30 | 164 | 1E | 28 |
| Octal | 204 | 107 | 113 | 0 | 56 | 53 | 60 | 544 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1001011 | 0 | 101110 | 101011 | 110000 | 101100100 | 11110 | 101000 |
Color Harmonies of #84474B
Complementary color
Monochromatic Colors of #84474B
Black with #84474B
Text Example
Text Example
White with #84474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84474B; }
p { color: rgb(132,71,75); }
H1.HeaderClassName
{
color: #84474B;
}
.AnyTagClassName
{
color: #84474B;
}
</style>
background-color css
<style>
a { background-color: #84474B; }
a { background-color: rgb(132,71,75); }
div.DivClassName
{
background-color: #84474B;
}
.BgClassName
{
background-color: #84474B;
}
</style>
border-color css
<style>
span { border-color: #84474B; }
span { border-color: rgb(132,71,75); }
td.TdClassName
{
border-color: #84474B;
}
.TagClassName
{
border-color: #84474B;
}
</style>