Shades of Cannon Pink #814D5A
Tints of Cannon Pink #814D5A
RGB
CMYK
RGB Variations
Color information
#814D5A (or 0x814D5A) is known color: Cannon Pink. HEX triplet: 81, 4D and 5A. RGB value is (129,77,90). Sum of RGB (Red+Green+Blue) = 129+77+90=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D5A is #7EB2A5. Grayscale: #5E5E5E. Windows color (decimal): -8303270 or 5918081. OLE color: 5918081.
HSL color Cylindrical-coordinate representation of color #814D5A: hue angle of 345º 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 #814D5A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 90 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.49 |
| HSL | 345º | 0.25% | 0.4% | - |
| HSV(B) | 345º | 0.4% | 0.51% | - |
| XYZ | 13.55 | 10.71 | 11.03 | - |
| YUV | 94.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 90 | 0 | 0.40 | 0.30 | 0.49 | 345 | 0.25 | 0.4 |
| Hex | 81 | 4D | 5A | 0 | 28 | 1E | 31 | 159 | 19 | 28 |
| Octal | 201 | 115 | 132 | 0 | 50 | 36 | 61 | 531 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1011010 | 0 | 101000 | 11110 | 110001 | 101011001 | 11001 | 101000 |
Color Harmonies of #814D5A
Complementary color
Monochromatic Colors of #814D5A
Black with #814D5A
Text Example
Text Example
White with #814D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D5A; }
p { color: rgb(129,77,90); }
H1.HeaderClassName
{
color: #814D5A;
}
.AnyTagClassName
{
color: #814D5A;
}
</style>
background-color css
<style>
a { background-color: #814D5A; }
a { background-color: rgb(129,77,90); }
div.DivClassName
{
background-color: #814D5A;
}
.BgClassName
{
background-color: #814D5A;
}
</style>
border-color css
<style>
span { border-color: #814D5A; }
span { border-color: rgb(129,77,90); }
td.TdClassName
{
border-color: #814D5A;
}
.TagClassName
{
border-color: #814D5A;
}
</style>