Shades of Solid Pink #814D50
Tints of Solid Pink #814D50
RGB
CMYK
RGB Variations
Color information
#814D50 (or 0x814D50) is known color: Solid Pink. HEX triplet: 81, 4D and 50. RGB value is (129,77,80). Sum of RGB (Red+Green+Blue) = 129+77+80=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #814D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D50 is #7EB2AF. Grayscale: #5C5C5C. Windows color (decimal): -8303280 or 5262721. OLE color: 5262721.
HSL color Cylindrical-coordinate representation of color #814D50: hue angle of 356.54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814D50 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 80 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.49 |
| HSL | 356.54º | 0.25% | 0.4% | - |
| HSV(B) | 356.54º | 0.4% | 0.51% | - |
| XYZ | 13.16 | 10.55 | 8.93 | - |
| YUV | 92.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 80 | 0 | 0.40 | 0.38 | 0.49 | 356.54 | 0.25 | 0.4 |
| Hex | 81 | 4D | 50 | 0 | 28 | 26 | 31 | 165 | 19 | 28 |
| Octal | 201 | 115 | 120 | 0 | 50 | 46 | 61 | 545 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1010000 | 0 | 101000 | 100110 | 110001 | 101100101 | 11001 | 101000 |
Color Harmonies of #814D50
Complementary color
Monochromatic Colors of #814D50
Black with #814D50
Text Example
Text Example
White with #814D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D50; }
p { color: rgb(129,77,80); }
H1.HeaderClassName
{
color: #814D50;
}
.AnyTagClassName
{
color: #814D50;
}
</style>
background-color css
<style>
a { background-color: #814D50; }
a { background-color: rgb(129,77,80); }
div.DivClassName
{
background-color: #814D50;
}
.BgClassName
{
background-color: #814D50;
}
</style>
border-color css
<style>
span { border-color: #814D50; }
span { border-color: rgb(129,77,80); }
td.TdClassName
{
border-color: #814D50;
}
.TagClassName
{
border-color: #814D50;
}
</style>