Shades of Solid Pink #814750
Tints of Solid Pink #814750
RGB
CMYK
RGB Variations
Color information
#814750 (or 0x814750) is known color: Solid Pink. HEX triplet: 81, 47 and 50. RGB value is (129,71,80). Sum of RGB (Red+Green+Blue) = 129+71+80=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814750 is #7EB8AF. Grayscale: #595959. Windows color (decimal): -8304816 or 5261185. OLE color: 5261185.
HSL color Cylindrical-coordinate representation of color #814750: hue angle of 350.69º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814750 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 80 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.49 |
| HSL | 350.69º | 0.29% | 0.39% | - |
| HSV(B) | 350.69º | 0.45% | 0.51% | - |
| XYZ | 12.75 | 9.75 | 8.8 | - |
| YUV | 89.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 80 | 0 | 0.45 | 0.38 | 0.49 | 350.69 | 0.29 | 0.39 |
| Hex | 81 | 47 | 50 | 0 | 2D | 26 | 31 | 15F | 1D | 27 |
| Octal | 201 | 107 | 120 | 0 | 55 | 46 | 61 | 537 | 35 | 47 |
| Binary | 10000001 | 1000111 | 1010000 | 0 | 101101 | 100110 | 110001 | 101011111 | 11101 | 100111 |
Color Harmonies of #814750
Complementary color
Monochromatic Colors of #814750
Black with #814750
Text Example
Text Example
White with #814750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814750; }
p { color: rgb(129,71,80); }
H1.HeaderClassName
{
color: #814750;
}
.AnyTagClassName
{
color: #814750;
}
</style>
background-color css
<style>
a { background-color: #814750; }
a { background-color: rgb(129,71,80); }
div.DivClassName
{
background-color: #814750;
}
.BgClassName
{
background-color: #814750;
}
</style>
border-color css
<style>
span { border-color: #814750; }
span { border-color: rgb(129,71,80); }
td.TdClassName
{
border-color: #814750;
}
.TagClassName
{
border-color: #814750;
}
</style>