Shades of Cannon Pink #81515B
Tints of Cannon Pink #81515B
RGB
CMYK
RGB Variations
Color information
#81515B (or 0x81515B) is known color: Cannon Pink. HEX triplet: 81, 51 and 5B. RGB value is (129,81,91). Sum of RGB (Red+Green+Blue) = 129+81+91=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #81515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81515B is #7EAEA4. Grayscale: #606060. Windows color (decimal): -8302245 or 5984641. OLE color: 5984641.
HSL color Cylindrical-coordinate representation of color #81515B: hue angle of 347.5º 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 #81515B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 91 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.49 |
| HSL | 347.5º | 0.23% | 0.41% | - |
| HSV(B) | 347.5º | 0.37% | 0.51% | - |
| XYZ | 13.88 | 11.31 | 11.35 | - |
| YUV | 96.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 91 | 0 | 0.37 | 0.29 | 0.49 | 347.5 | 0.23 | 0.41 |
| Hex | 81 | 51 | 5B | 0 | 25 | 1D | 31 | 15C | 17 | 29 |
| Octal | 201 | 121 | 133 | 0 | 45 | 35 | 61 | 534 | 27 | 51 |
| Binary | 10000001 | 1010001 | 1011011 | 0 | 100101 | 11101 | 110001 | 101011100 | 10111 | 101001 |
Color Harmonies of #81515B
Complementary color
Monochromatic Colors of #81515B
Black with #81515B
Text Example
Text Example
White with #81515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81515B; }
p { color: rgb(129,81,91); }
H1.HeaderClassName
{
color: #81515B;
}
.AnyTagClassName
{
color: #81515B;
}
</style>
background-color css
<style>
a { background-color: #81515B; }
a { background-color: rgb(129,81,91); }
div.DivClassName
{
background-color: #81515B;
}
.BgClassName
{
background-color: #81515B;
}
</style>
border-color css
<style>
span { border-color: #81515B; }
span { border-color: rgb(129,81,91); }
td.TdClassName
{
border-color: #81515B;
}
.TagClassName
{
border-color: #81515B;
}
</style>