Shades of Cannon Pink #82515B
Tints of Cannon Pink #82515B
RGB
CMYK
RGB Variations
Color information
#82515B (or 0x82515B) is known color: Cannon Pink. HEX triplet: 82, 51 and 5B. RGB value is (130,81,91). Sum of RGB (Red+Green+Blue) = 130+81+91=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82515B is #7DAEA4. Grayscale: #606060. Windows color (decimal): -8236709 or 5984642. OLE color: 5984642.
HSL color Cylindrical-coordinate representation of color #82515B: hue angle of 347.76º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82515B is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 91 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.49 |
| HSL | 347.76º | 0.23% | 0.41% | - |
| HSV(B) | 347.76º | 0.38% | 0.51% | - |
| XYZ | 14.04 | 11.39 | 11.36 | - |
| YUV | 96.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 91 | 0 | 0.38 | 0.30 | 0.49 | 347.76 | 0.23 | 0.41 |
| Hex | 82 | 51 | 5B | 0 | 26 | 1E | 31 | 15C | 17 | 29 |
| Octal | 202 | 121 | 133 | 0 | 46 | 36 | 61 | 534 | 27 | 51 |
| Binary | 10000010 | 1010001 | 1011011 | 0 | 100110 | 11110 | 110001 | 101011100 | 10111 | 101001 |
Color Harmonies of #82515B
Complementary color
Monochromatic Colors of #82515B
Black with #82515B
Text Example
Text Example
White with #82515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82515B; }
p { color: rgb(130,81,91); }
H1.HeaderClassName
{
color: #82515B;
}
.AnyTagClassName
{
color: #82515B;
}
</style>
background-color css
<style>
a { background-color: #82515B; }
a { background-color: rgb(130,81,91); }
div.DivClassName
{
background-color: #82515B;
}
.BgClassName
{
background-color: #82515B;
}
</style>
border-color css
<style>
span { border-color: #82515B; }
span { border-color: rgb(130,81,91); }
td.TdClassName
{
border-color: #82515B;
}
.TagClassName
{
border-color: #82515B;
}
</style>