Shades of Solid Pink #814E4F
Tints of Solid Pink #814E4F
RGB
CMYK
RGB Variations
Color information
#814E4F (or 0x814E4F) is known color: Solid Pink. HEX triplet: 81, 4E and 4F. RGB value is (129,78,79). Sum of RGB (Red+Green+Blue) = 129+78+79=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #814E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814E4F is #7EB1B0. Grayscale: #5D5D5D. Windows color (decimal): -8303025 or 5197441. OLE color: 5197441.
HSL color Cylindrical-coordinate representation of color #814E4F: hue angle of 358.82º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814E4F is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 79 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.49 |
| HSL | 358.82º | 0.25% | 0.41% | - |
| HSV(B) | 358.82º | 0.4% | 0.51% | - |
| XYZ | 13.19 | 10.68 | 8.76 | - |
| YUV | 93.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 79 | 0 | 0.40 | 0.39 | 0.49 | 358.82 | 0.25 | 0.41 |
| Hex | 81 | 4E | 4F | 0 | 28 | 27 | 31 | 167 | 19 | 29 |
| Octal | 201 | 116 | 117 | 0 | 50 | 47 | 61 | 547 | 31 | 51 |
| Binary | 10000001 | 1001110 | 1001111 | 0 | 101000 | 100111 | 110001 | 101100111 | 11001 | 101001 |
Color Harmonies of #814E4F
Complementary color
Monochromatic Colors of #814E4F
Black with #814E4F
Text Example
Text Example
White with #814E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E4F; }
p { color: rgb(129,78,79); }
H1.HeaderClassName
{
color: #814E4F;
}
.AnyTagClassName
{
color: #814E4F;
}
</style>
background-color css
<style>
a { background-color: #814E4F; }
a { background-color: rgb(129,78,79); }
div.DivClassName
{
background-color: #814E4F;
}
.BgClassName
{
background-color: #814E4F;
}
</style>
border-color css
<style>
span { border-color: #814E4F; }
span { border-color: rgb(129,78,79); }
td.TdClassName
{
border-color: #814E4F;
}
.TagClassName
{
border-color: #814E4F;
}
</style>