Shades of Solid Pink #814C52
Tints of Solid Pink #814C52
RGB
CMYK
RGB Variations
Color information
#814C52 (or 0x814C52) is known color: Solid Pink. HEX triplet: 81, 4C and 52. RGB value is (129,76,82). Sum of RGB (Red+Green+Blue) = 129+76+82=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #814C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814C52 is #7EB3AD. Grayscale: #5C5C5C. Windows color (decimal): -8303534 or 5393537. OLE color: 5393537.
HSL color Cylindrical-coordinate representation of color #814C52: hue angle of 353.21º 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 #814C52 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 82 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.49 |
| HSL | 353.21º | 0.26% | 0.4% | - |
| HSV(B) | 353.21º | 0.41% | 0.51% | - |
| XYZ | 13.16 | 10.45 | 9.31 | - |
| YUV | 92.53 | 122.06 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 82 | 0 | 0.41 | 0.36 | 0.49 | 353.21 | 0.26 | 0.4 |
| Hex | 81 | 4C | 52 | 0 | 29 | 24 | 31 | 161 | 1A | 28 |
| Octal | 201 | 114 | 122 | 0 | 51 | 44 | 61 | 541 | 32 | 50 |
| Binary | 10000001 | 1001100 | 1010010 | 0 | 101001 | 100100 | 110001 | 101100001 | 11010 | 101000 |
Color Harmonies of #814C52
Complementary color
Monochromatic Colors of #814C52
Black with #814C52
Text Example
Text Example
White with #814C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C52; }
p { color: rgb(129,76,82); }
H1.HeaderClassName
{
color: #814C52;
}
.AnyTagClassName
{
color: #814C52;
}
</style>
background-color css
<style>
a { background-color: #814C52; }
a { background-color: rgb(129,76,82); }
div.DivClassName
{
background-color: #814C52;
}
.BgClassName
{
background-color: #814C52;
}
</style>
border-color css
<style>
span { border-color: #814C52; }
span { border-color: rgb(129,76,82); }
td.TdClassName
{
border-color: #814C52;
}
.TagClassName
{
border-color: #814C52;
}
</style>