Shades of Cannon Pink #814D59
Tints of Cannon Pink #814D59
RGB
CMYK
RGB Variations
Color information
#814D59 (or 0x814D59) is known color: Cannon Pink. HEX triplet: 81, 4D and 59. RGB value is (129,77,89). Sum of RGB (Red+Green+Blue) = 129+77+89=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D59 is #7EB2A6. Grayscale: #5D5D5D. Windows color (decimal): -8303271 or 5852545. OLE color: 5852545.
HSL color Cylindrical-coordinate representation of color #814D59: hue angle of 346.15º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #814D59 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 89 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.49 |
| HSL | 346.15º | 0.25% | 0.4% | - |
| HSV(B) | 346.15º | 0.4% | 0.51% | - |
| XYZ | 13.51 | 10.7 | 10.8 | - |
| YUV | 93.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 89 | 0 | 0.40 | 0.31 | 0.49 | 346.15 | 0.25 | 0.4 |
| Hex | 81 | 4D | 59 | 0 | 28 | 1F | 31 | 15A | 19 | 28 |
| Octal | 201 | 115 | 131 | 0 | 50 | 37 | 61 | 532 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1011001 | 0 | 101000 | 11111 | 110001 | 101011010 | 11001 | 101000 |
Color Harmonies of #814D59
Complementary color
Monochromatic Colors of #814D59
Black with #814D59
Text Example
Text Example
White with #814D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D59; }
p { color: rgb(129,77,89); }
H1.HeaderClassName
{
color: #814D59;
}
.AnyTagClassName
{
color: #814D59;
}
</style>
background-color css
<style>
a { background-color: #814D59; }
a { background-color: rgb(129,77,89); }
div.DivClassName
{
background-color: #814D59;
}
.BgClassName
{
background-color: #814D59;
}
</style>
border-color css
<style>
span { border-color: #814D59; }
span { border-color: rgb(129,77,89); }
td.TdClassName
{
border-color: #814D59;
}
.TagClassName
{
border-color: #814D59;
}
</style>