Shades of Solid Pink #814246
Tints of Solid Pink #814246
RGB
CMYK
RGB Variations
Color information
#814246 (or 0x814246) is known color: Solid Pink. HEX triplet: 81, 42 and 46. RGB value is (129,66,70). Sum of RGB (Red+Green+Blue) = 129+66+70=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #814246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814246 is #7EBDB9. Grayscale: #555555. Windows color (decimal): -8306106 or 4604545. OLE color: 4604545.
HSL color Cylindrical-coordinate representation of color #814246: hue angle of 356.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #814246 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 70 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.49 |
| HSL | 356.19º | 0.32% | 0.38% | - |
| HSV(B) | 356.19º | 0.49% | 0.51% | - |
| XYZ | 12.11 | 9.01 | 6.89 | - |
| YUV | 85.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 70 | 0 | 0.49 | 0.46 | 0.49 | 356.19 | 0.32 | 0.38 |
| Hex | 81 | 42 | 46 | 0 | 31 | 2E | 31 | 164 | 20 | 26 |
| Octal | 201 | 102 | 106 | 0 | 61 | 56 | 61 | 544 | 40 | 46 |
| Binary | 10000001 | 1000010 | 1000110 | 0 | 110001 | 101110 | 110001 | 101100100 | 100000 | 100110 |
Color Harmonies of #814246
Complementary color
Monochromatic Colors of #814246
Black with #814246
Text Example
Text Example
White with #814246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814246; }
p { color: rgb(129,66,70); }
H1.HeaderClassName
{
color: #814246;
}
.AnyTagClassName
{
color: #814246;
}
</style>
background-color css
<style>
a { background-color: #814246; }
a { background-color: rgb(129,66,70); }
div.DivClassName
{
background-color: #814246;
}
.BgClassName
{
background-color: #814246;
}
</style>
border-color css
<style>
span { border-color: #814246; }
span { border-color: rgb(129,66,70); }
td.TdClassName
{
border-color: #814246;
}
.TagClassName
{
border-color: #814246;
}
</style>