Shades of Solid Pink #84434B
Tints of Solid Pink #84434B
RGB
CMYK
RGB Variations
Color information
#84434B (or 0x84434B) is known color: Solid Pink. HEX triplet: 84, 43 and 4B. RGB value is (132,67,75). Sum of RGB (Red+Green+Blue) = 132+67+75=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84434B is #7BBCB4. Grayscale: #575757. Windows color (decimal): -8109237 or 4932484. OLE color: 4932484.
HSL color Cylindrical-coordinate representation of color #84434B: hue angle of 352.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84434B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 75 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.48 |
| HSL | 352.62º | 0.33% | 0.39% | - |
| HSV(B) | 352.62º | 0.49% | 0.52% | - |
| XYZ | 12.79 | 9.43 | 7.8 | - |
| YUV | 87.35 | 121.03 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 75 | 0 | 0.49 | 0.43 | 0.48 | 352.62 | 0.33 | 0.39 |
| Hex | 84 | 43 | 4B | 0 | 31 | 2B | 30 | 161 | 21 | 27 |
| Octal | 204 | 103 | 113 | 0 | 61 | 53 | 60 | 541 | 41 | 47 |
| Binary | 10000100 | 1000011 | 1001011 | 0 | 110001 | 101011 | 110000 | 101100001 | 100001 | 100111 |
Color Harmonies of #84434B
Complementary color
Monochromatic Colors of #84434B
Black with #84434B
Text Example
Text Example
White with #84434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84434B; }
p { color: rgb(132,67,75); }
H1.HeaderClassName
{
color: #84434B;
}
.AnyTagClassName
{
color: #84434B;
}
</style>
background-color css
<style>
a { background-color: #84434B; }
a { background-color: rgb(132,67,75); }
div.DivClassName
{
background-color: #84434B;
}
.BgClassName
{
background-color: #84434B;
}
</style>
border-color css
<style>
span { border-color: #84434B; }
span { border-color: rgb(132,67,75); }
td.TdClassName
{
border-color: #84434B;
}
.TagClassName
{
border-color: #84434B;
}
</style>