Shades of Solid Pink #83434D
Tints of Solid Pink #83434D
RGB
CMYK
RGB Variations
Color information
#83434D (or 0x83434D) is known color: Solid Pink. HEX triplet: 83, 43 and 4D. RGB value is (131,67,77). Sum of RGB (Red+Green+Blue) = 131+67+77=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83434D is #7CBCB2. Grayscale: #575757. Windows color (decimal): -8174771 or 5063555. OLE color: 5063555.
HSL color Cylindrical-coordinate representation of color #83434D: hue angle of 350.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83434D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 67 | 77 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.49 |
| HSL | 350.63º | 0.32% | 0.39% | - |
| HSV(B) | 350.63º | 0.49% | 0.51% | - |
| XYZ | 12.71 | 9.38 | 8.16 | - |
| YUV | 87.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 67 | 77 | 0 | 0.49 | 0.41 | 0.49 | 350.63 | 0.32 | 0.39 |
| Hex | 83 | 43 | 4D | 0 | 31 | 29 | 31 | 15F | 20 | 27 |
| Octal | 203 | 103 | 115 | 0 | 61 | 51 | 61 | 537 | 40 | 47 |
| Binary | 10000011 | 1000011 | 1001101 | 0 | 110001 | 101001 | 110001 | 101011111 | 100000 | 100111 |
Color Harmonies of #83434D
Complementary color
Monochromatic Colors of #83434D
Black with #83434D
Text Example
Text Example
White with #83434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83434D; }
p { color: rgb(131,67,77); }
H1.HeaderClassName
{
color: #83434D;
}
.AnyTagClassName
{
color: #83434D;
}
</style>
background-color css
<style>
a { background-color: #83434D; }
a { background-color: rgb(131,67,77); }
div.DivClassName
{
background-color: #83434D;
}
.BgClassName
{
background-color: #83434D;
}
</style>
border-color css
<style>
span { border-color: #83434D; }
span { border-color: rgb(131,67,77); }
td.TdClassName
{
border-color: #83434D;
}
.TagClassName
{
border-color: #83434D;
}
</style>