Shades of Solid Pink #83484B
Tints of Solid Pink #83484B
RGB
CMYK
RGB Variations
Color information
#83484B (or 0x83484B) is known color: Solid Pink. HEX triplet: 83, 48 and 4B. RGB value is (131,72,75). Sum of RGB (Red+Green+Blue) = 131+72+75=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83484B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83484B is #7CB7B4. Grayscale: #5A5A5A. Windows color (decimal): -8173493 or 4933763. OLE color: 4933763.
HSL color Cylindrical-coordinate representation of color #83484B: hue angle of 356.95º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83484B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 72 | 75 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.49 |
| HSL | 356.95º | 0.29% | 0.4% | - |
| HSV(B) | 356.95º | 0.45% | 0.51% | - |
| XYZ | 12.95 | 9.97 | 7.9 | - |
| YUV | 89.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 72 | 75 | 0 | 0.45 | 0.43 | 0.49 | 356.95 | 0.29 | 0.4 |
| Hex | 83 | 48 | 4B | 0 | 2D | 2B | 31 | 165 | 1D | 28 |
| Octal | 203 | 110 | 113 | 0 | 55 | 53 | 61 | 545 | 35 | 50 |
| Binary | 10000011 | 1001000 | 1001011 | 0 | 101101 | 101011 | 110001 | 101100101 | 11101 | 101000 |
Color Harmonies of #83484B
Complementary color
Monochromatic Colors of #83484B
Black with #83484B
Text Example
Text Example
White with #83484B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83484B; }
p { color: rgb(131,72,75); }
H1.HeaderClassName
{
color: #83484B;
}
.AnyTagClassName
{
color: #83484B;
}
</style>
background-color css
<style>
a { background-color: #83484B; }
a { background-color: rgb(131,72,75); }
div.DivClassName
{
background-color: #83484B;
}
.BgClassName
{
background-color: #83484B;
}
</style>
border-color css
<style>
span { border-color: #83484B; }
span { border-color: rgb(131,72,75); }
td.TdClassName
{
border-color: #83484B;
}
.TagClassName
{
border-color: #83484B;
}
</style>