Shades of Solid Pink #814C4F
Tints of Solid Pink #814C4F
RGB
CMYK
RGB Variations
Color information
#814C4F (or 0x814C4F) is known color: Solid Pink. HEX triplet: 81, 4C and 4F. RGB value is (129,76,79). Sum of RGB (Red+Green+Blue) = 129+76+79=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #814C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814C4F is #7EB3B0. Grayscale: #5C5C5C. Windows color (decimal): -8303537 or 5196929. OLE color: 5196929.
HSL color Cylindrical-coordinate representation of color #814C4F: hue angle of 356.6º 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 #814C4F is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 79 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.49 |
| HSL | 356.6º | 0.26% | 0.4% | - |
| HSV(B) | 356.6º | 0.41% | 0.51% | - |
| XYZ | 13.05 | 10.4 | 8.72 | - |
| YUV | 92.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 79 | 0 | 0.41 | 0.39 | 0.49 | 356.6 | 0.26 | 0.4 |
| Hex | 81 | 4C | 4F | 0 | 29 | 27 | 31 | 165 | 1A | 28 |
| Octal | 201 | 114 | 117 | 0 | 51 | 47 | 61 | 545 | 32 | 50 |
| Binary | 10000001 | 1001100 | 1001111 | 0 | 101001 | 100111 | 110001 | 101100101 | 11010 | 101000 |
Color Harmonies of #814C4F
Complementary color
Monochromatic Colors of #814C4F
Black with #814C4F
Text Example
Text Example
White with #814C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C4F; }
p { color: rgb(129,76,79); }
H1.HeaderClassName
{
color: #814C4F;
}
.AnyTagClassName
{
color: #814C4F;
}
</style>
background-color css
<style>
a { background-color: #814C4F; }
a { background-color: rgb(129,76,79); }
div.DivClassName
{
background-color: #814C4F;
}
.BgClassName
{
background-color: #814C4F;
}
</style>
border-color css
<style>
span { border-color: #814C4F; }
span { border-color: rgb(129,76,79); }
td.TdClassName
{
border-color: #814C4F;
}
.TagClassName
{
border-color: #814C4F;
}
</style>