Shades of Solid Pink #814D55
Tints of Solid Pink #814D55
RGB
CMYK
RGB Variations
Color information
#814D55 (or 0x814D55) is known color: Solid Pink. HEX triplet: 81, 4D and 55. RGB value is (129,77,85). Sum of RGB (Red+Green+Blue) = 129+77+85=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #814D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D55 is #7EB2AA. Grayscale: #5D5D5D. Windows color (decimal): -8303275 or 5590401. OLE color: 5590401.
HSL color Cylindrical-coordinate representation of color #814D55: hue angle of 350.77º 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 #814D55 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 85 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.49 |
| HSL | 350.77º | 0.25% | 0.4% | - |
| HSV(B) | 350.77º | 0.4% | 0.51% | - |
| XYZ | 13.35 | 10.63 | 9.94 | - |
| YUV | 93.46 | 123.23 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 85 | 0 | 0.40 | 0.34 | 0.49 | 350.77 | 0.25 | 0.4 |
| Hex | 81 | 4D | 55 | 0 | 28 | 22 | 31 | 15F | 19 | 28 |
| Octal | 201 | 115 | 125 | 0 | 50 | 42 | 61 | 537 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1010101 | 0 | 101000 | 100010 | 110001 | 101011111 | 11001 | 101000 |
Color Harmonies of #814D55
Complementary color
Monochromatic Colors of #814D55
Black with #814D55
Text Example
Text Example
White with #814D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D55; }
p { color: rgb(129,77,85); }
H1.HeaderClassName
{
color: #814D55;
}
.AnyTagClassName
{
color: #814D55;
}
</style>
background-color css
<style>
a { background-color: #814D55; }
a { background-color: rgb(129,77,85); }
div.DivClassName
{
background-color: #814D55;
}
.BgClassName
{
background-color: #814D55;
}
</style>
border-color css
<style>
span { border-color: #814D55; }
span { border-color: rgb(129,77,85); }
td.TdClassName
{
border-color: #814D55;
}
.TagClassName
{
border-color: #814D55;
}
</style>