Shades of Solid Pink #814752
Tints of Solid Pink #814752
RGB
CMYK
RGB Variations
Color information
#814752 (or 0x814752) is known color: Solid Pink. HEX triplet: 81, 47 and 52. RGB value is (129,71,82). Sum of RGB (Red+Green+Blue) = 129+71+82=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #814752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814752 is #7EB8AD. Grayscale: #595959. Windows color (decimal): -8304814 or 5392257. OLE color: 5392257.
HSL color Cylindrical-coordinate representation of color #814752: hue angle of 348.62º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814752 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 71 | 82 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.49 |
| HSL | 348.62º | 0.29% | 0.39% | - |
| HSV(B) | 348.62º | 0.45% | 0.51% | - |
| XYZ | 12.83 | 9.78 | 9.19 | - |
| YUV | 89.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 82 | 0 | 0.45 | 0.36 | 0.49 | 348.62 | 0.29 | 0.39 |
| Hex | 81 | 47 | 52 | 0 | 2D | 24 | 31 | 15D | 1D | 27 |
| Octal | 201 | 107 | 122 | 0 | 55 | 44 | 61 | 535 | 35 | 47 |
| Binary | 10000001 | 1000111 | 1010010 | 0 | 101101 | 100100 | 110001 | 101011101 | 11101 | 100111 |
Color Harmonies of #814752
Complementary color
Monochromatic Colors of #814752
Black with #814752
Text Example
Text Example
White with #814752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814752; }
p { color: rgb(129,71,82); }
H1.HeaderClassName
{
color: #814752;
}
.AnyTagClassName
{
color: #814752;
}
</style>
background-color css
<style>
a { background-color: #814752; }
a { background-color: rgb(129,71,82); }
div.DivClassName
{
background-color: #814752;
}
.BgClassName
{
background-color: #814752;
}
</style>
border-color css
<style>
span { border-color: #814752; }
span { border-color: rgb(129,71,82); }
td.TdClassName
{
border-color: #814752;
}
.TagClassName
{
border-color: #814752;
}
</style>