Shades of Solid Pink #814A57
Tints of Solid Pink #814A57
RGB
CMYK
RGB Variations
Color information
#814A57 (or 0x814A57) is known color: Solid Pink. HEX triplet: 81, 4A and 57. RGB value is (129,74,87). Sum of RGB (Red+Green+Blue) = 129+74+87=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 129 - color contains mainly: red. Hex color #814A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A57 is #7EB5A8. Grayscale: #5B5B5B. Windows color (decimal): -8304041 or 5720705. OLE color: 5720705.
HSL color Cylindrical-coordinate representation of color #814A57: hue angle of 345.82º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #814A57 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 87 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.49 |
| HSL | 345.82º | 0.27% | 0.4% | - |
| HSV(B) | 345.82º | 0.43% | 0.51% | - |
| XYZ | 13.22 | 10.25 | 10.3 | - |
| YUV | 91.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 87 | 0 | 0.43 | 0.33 | 0.49 | 345.82 | 0.27 | 0.4 |
| Hex | 81 | 4A | 57 | 0 | 2B | 21 | 31 | 15A | 1B | 28 |
| Octal | 201 | 112 | 127 | 0 | 53 | 41 | 61 | 532 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1010111 | 0 | 101011 | 100001 | 110001 | 101011010 | 11011 | 101000 |
Color Harmonies of #814A57
Complementary color
Monochromatic Colors of #814A57
Black with #814A57
Text Example
Text Example
White with #814A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A57; }
p { color: rgb(129,74,87); }
H1.HeaderClassName
{
color: #814A57;
}
.AnyTagClassName
{
color: #814A57;
}
</style>
background-color css
<style>
a { background-color: #814A57; }
a { background-color: rgb(129,74,87); }
div.DivClassName
{
background-color: #814A57;
}
.BgClassName
{
background-color: #814A57;
}
</style>
border-color css
<style>
span { border-color: #814A57; }
span { border-color: rgb(129,74,87); }
td.TdClassName
{
border-color: #814A57;
}
.TagClassName
{
border-color: #814A57;
}
</style>