Shades of Solid Pink #814A4D
Tints of Solid Pink #814A4D
RGB
CMYK
RGB Variations
Color information
#814A4D (or 0x814A4D) is known color: Solid Pink. HEX triplet: 81, 4A and 4D. RGB value is (129,74,77). Sum of RGB (Red+Green+Blue) = 129+74+77=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814A4D is #7EB5B2. Grayscale: #5A5A5A. Windows color (decimal): -8304051 or 5065345. OLE color: 5065345.
HSL color Cylindrical-coordinate representation of color #814A4D: hue angle of 356.73º 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 #814A4D is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 74 | 77 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.49 |
| HSL | 356.73º | 0.27% | 0.4% | - |
| HSV(B) | 356.73º | 0.43% | 0.51% | - |
| XYZ | 12.84 | 10.1 | 8.29 | - |
| YUV | 90.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 77 | 0 | 0.43 | 0.40 | 0.49 | 356.73 | 0.27 | 0.4 |
| Hex | 81 | 4A | 4D | 0 | 2B | 28 | 31 | 165 | 1B | 28 |
| Octal | 201 | 112 | 115 | 0 | 53 | 50 | 61 | 545 | 33 | 50 |
| Binary | 10000001 | 1001010 | 1001101 | 0 | 101011 | 101000 | 110001 | 101100101 | 11011 | 101000 |
Color Harmonies of #814A4D
Complementary color
Monochromatic Colors of #814A4D
Black with #814A4D
Text Example
Text Example
White with #814A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814A4D; }
p { color: rgb(129,74,77); }
H1.HeaderClassName
{
color: #814A4D;
}
.AnyTagClassName
{
color: #814A4D;
}
</style>
background-color css
<style>
a { background-color: #814A4D; }
a { background-color: rgb(129,74,77); }
div.DivClassName
{
background-color: #814A4D;
}
.BgClassName
{
background-color: #814A4D;
}
</style>
border-color css
<style>
span { border-color: #814A4D; }
span { border-color: rgb(129,74,77); }
td.TdClassName
{
border-color: #814A4D;
}
.TagClassName
{
border-color: #814A4D;
}
</style>