Shades of Cannon Pink #814D5B
Tints of Cannon Pink #814D5B
RGB
CMYK
RGB Variations
Color information
#814D5B (or 0x814D5B) is known color: Cannon Pink. HEX triplet: 81, 4D and 5B. RGB value is (129,77,91). Sum of RGB (Red+Green+Blue) = 129+77+91=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #814D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #814D5B is #7EB2A4. Grayscale: #5E5E5E. Windows color (decimal): -8303269 or 5983617. OLE color: 5983617.
HSL color Cylindrical-coordinate representation of color #814D5B: hue angle of 343.85º 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 #814D5B is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 91 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.49 |
| HSL | 343.85º | 0.25% | 0.4% | - |
| HSV(B) | 343.85º | 0.4% | 0.51% | - |
| XYZ | 13.6 | 10.73 | 11.25 | - |
| YUV | 94.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 91 | 0 | 0.40 | 0.29 | 0.49 | 343.85 | 0.25 | 0.4 |
| Hex | 81 | 4D | 5B | 0 | 28 | 1D | 31 | 158 | 19 | 28 |
| Octal | 201 | 115 | 133 | 0 | 50 | 35 | 61 | 530 | 31 | 50 |
| Binary | 10000001 | 1001101 | 1011011 | 0 | 101000 | 11101 | 110001 | 101011000 | 11001 | 101000 |
Color Harmonies of #814D5B
Complementary color
Monochromatic Colors of #814D5B
Black with #814D5B
Text Example
Text Example
White with #814D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D5B; }
p { color: rgb(129,77,91); }
H1.HeaderClassName
{
color: #814D5B;
}
.AnyTagClassName
{
color: #814D5B;
}
</style>
background-color css
<style>
a { background-color: #814D5B; }
a { background-color: rgb(129,77,91); }
div.DivClassName
{
background-color: #814D5B;
}
.BgClassName
{
background-color: #814D5B;
}
</style>
border-color css
<style>
span { border-color: #814D5B; }
span { border-color: rgb(129,77,91); }
td.TdClassName
{
border-color: #814D5B;
}
.TagClassName
{
border-color: #814D5B;
}
</style>