Shades of Solid Pink #83474E
Tints of Solid Pink #83474E
RGB
CMYK
RGB Variations
Color information
#83474E (or 0x83474E) is known color: Solid Pink. HEX triplet: 83, 47 and 4E. RGB value is (131,71,78). Sum of RGB (Red+Green+Blue) = 131+71+78=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #83474E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83474E is #7CB8B1. Grayscale: #595959. Windows color (decimal): -8173746 or 5130115. OLE color: 5130115.
HSL color Cylindrical-coordinate representation of color #83474E: hue angle of 353º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83474E is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 78 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.49 |
| HSL | 353º | 0.3% | 0.4% | - |
| HSV(B) | 353º | 0.46% | 0.51% | - |
| XYZ | 12.99 | 9.88 | 8.43 | - |
| YUV | 89.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 78 | 0 | 0.46 | 0.40 | 0.49 | 353 | 0.3 | 0.4 |
| Hex | 83 | 47 | 4E | 0 | 2E | 28 | 31 | 161 | 1E | 28 |
| Octal | 203 | 107 | 116 | 0 | 56 | 50 | 61 | 541 | 36 | 50 |
| Binary | 10000011 | 1000111 | 1001110 | 0 | 101110 | 101000 | 110001 | 101100001 | 11110 | 101000 |
Color Harmonies of #83474E
Complementary color
Monochromatic Colors of #83474E
Black with #83474E
Text Example
Text Example
White with #83474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83474E; }
p { color: rgb(131,71,78); }
H1.HeaderClassName
{
color: #83474E;
}
.AnyTagClassName
{
color: #83474E;
}
</style>
background-color css
<style>
a { background-color: #83474E; }
a { background-color: rgb(131,71,78); }
div.DivClassName
{
background-color: #83474E;
}
.BgClassName
{
background-color: #83474E;
}
</style>
border-color css
<style>
span { border-color: #83474E; }
span { border-color: rgb(131,71,78); }
td.TdClassName
{
border-color: #83474E;
}
.TagClassName
{
border-color: #83474E;
}
</style>