Shades of Cannon Pink #81515E
Tints of Cannon Pink #81515E
RGB
CMYK
RGB Variations
Color information
#81515E (or 0x81515E) is known color: Cannon Pink. HEX triplet: 81, 51 and 5E. RGB value is (129,81,94). Sum of RGB (Red+Green+Blue) = 129+81+94=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81515E is #7EAEA1. Grayscale: #606060. Windows color (decimal): -8302242 or 6181249. OLE color: 6181249.
HSL color Cylindrical-coordinate representation of color #81515E: hue angle of 343.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81515E is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 94 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.49 |
| HSL | 343.75º | 0.23% | 0.41% | - |
| HSV(B) | 343.75º | 0.37% | 0.51% | - |
| XYZ | 14.02 | 11.36 | 12.04 | - |
| YUV | 96.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 94 | 0 | 0.37 | 0.27 | 0.49 | 343.75 | 0.23 | 0.41 |
| Hex | 81 | 51 | 5E | 0 | 25 | 1B | 31 | 158 | 17 | 29 |
| Octal | 201 | 121 | 136 | 0 | 45 | 33 | 61 | 530 | 27 | 51 |
| Binary | 10000001 | 1010001 | 1011110 | 0 | 100101 | 11011 | 110001 | 101011000 | 10111 | 101001 |
Color Harmonies of #81515E
Complementary color
Monochromatic Colors of #81515E
Black with #81515E
Text Example
Text Example
White with #81515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81515E; }
p { color: rgb(129,81,94); }
H1.HeaderClassName
{
color: #81515E;
}
.AnyTagClassName
{
color: #81515E;
}
</style>
background-color css
<style>
a { background-color: #81515E; }
a { background-color: rgb(129,81,94); }
div.DivClassName
{
background-color: #81515E;
}
.BgClassName
{
background-color: #81515E;
}
</style>
border-color css
<style>
span { border-color: #81515E; }
span { border-color: rgb(129,81,94); }
td.TdClassName
{
border-color: #81515E;
}
.TagClassName
{
border-color: #81515E;
}
</style>