Shades of Solid Pink #814C4D
Tints of Solid Pink #814C4D
RGB
CMYK
RGB Variations
Color information
#814C4D (or 0x814C4D) is known color: Solid Pink. HEX triplet: 81, 4C and 4D. RGB value is (129,76,77). Sum of RGB (Red+Green+Blue) = 129+76+77=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814C4D is #7EB3B2. Grayscale: #5C5C5C. Windows color (decimal): -8303539 or 5065857. OLE color: 5065857.
HSL color Cylindrical-coordinate representation of color #814C4D: hue angle of 358.87º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #814C4D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 77 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.49 |
| HSL | 358.87º | 0.26% | 0.4% | - |
| HSV(B) | 358.87º | 0.41% | 0.51% | - |
| XYZ | 12.98 | 10.37 | 8.34 | - |
| YUV | 91.96 | 119.56 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 77 | 0 | 0.41 | 0.40 | 0.49 | 358.87 | 0.26 | 0.4 |
| Hex | 81 | 4C | 4D | 0 | 29 | 28 | 31 | 167 | 1A | 28 |
| Octal | 201 | 114 | 115 | 0 | 51 | 50 | 61 | 547 | 32 | 50 |
| Binary | 10000001 | 1001100 | 1001101 | 0 | 101001 | 101000 | 110001 | 101100111 | 11010 | 101000 |
Color Harmonies of #814C4D
Complementary color
Monochromatic Colors of #814C4D
Black with #814C4D
Text Example
Text Example
White with #814C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C4D; }
p { color: rgb(129,76,77); }
H1.HeaderClassName
{
color: #814C4D;
}
.AnyTagClassName
{
color: #814C4D;
}
</style>
background-color css
<style>
a { background-color: #814C4D; }
a { background-color: rgb(129,76,77); }
div.DivClassName
{
background-color: #814C4D;
}
.BgClassName
{
background-color: #814C4D;
}
</style>
border-color css
<style>
span { border-color: #814C4D; }
span { border-color: rgb(129,76,77); }
td.TdClassName
{
border-color: #814C4D;
}
.TagClassName
{
border-color: #814C4D;
}
</style>