Shades of Solid Pink #814E50
Tints of Solid Pink #814E50
RGB
CMYK
RGB Variations
Color information
#814E50 (or 0x814E50) is known color: Solid Pink. HEX triplet: 81, 4E and 50. RGB value is (129,78,80). Sum of RGB (Red+Green+Blue) = 129+78+80=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #814E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E50 is #7EB1AF. Grayscale: #5D5D5D. Windows color (decimal): -8303024 or 5262977. OLE color: 5262977.
HSL color Cylindrical-coordinate representation of color #814E50: hue angle of 357.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E50 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 80 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.49 |
| HSL | 357.65º | 0.25% | 0.41% | - |
| HSV(B) | 357.65º | 0.4% | 0.51% | - |
| XYZ | 13.23 | 10.7 | 8.96 | - |
| YUV | 93.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 80 | 0 | 0.40 | 0.38 | 0.49 | 357.65 | 0.25 | 0.41 |
| Hex | 81 | 4E | 50 | 0 | 28 | 26 | 31 | 166 | 19 | 29 |
| Octal | 201 | 116 | 120 | 0 | 50 | 46 | 61 | 546 | 31 | 51 |
| Binary | 10000001 | 1001110 | 1010000 | 0 | 101000 | 100110 | 110001 | 101100110 | 11001 | 101001 |
Color Harmonies of #814E50
Complementary color
Monochromatic Colors of #814E50
Black with #814E50
Text Example
Text Example
White with #814E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E50; }
p { color: rgb(129,78,80); }
H1.HeaderClassName
{
color: #814E50;
}
.AnyTagClassName
{
color: #814E50;
}
</style>
background-color css
<style>
a { background-color: #814E50; }
a { background-color: rgb(129,78,80); }
div.DivClassName
{
background-color: #814E50;
}
.BgClassName
{
background-color: #814E50;
}
</style>
border-color css
<style>
span { border-color: #814E50; }
span { border-color: rgb(129,78,80); }
td.TdClassName
{
border-color: #814E50;
}
.TagClassName
{
border-color: #814E50;
}
</style>