Shades of Cannon Pink #82525B
Tints of Cannon Pink #82525B
RGB
CMYK
RGB Variations
Color information
#82525B (or 0x82525B) is known color: Cannon Pink. HEX triplet: 82, 52 and 5B. RGB value is (130,82,91). Sum of RGB (Red+Green+Blue) = 130+82+91=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82525B is #7DADA4. Grayscale: #616161. Windows color (decimal): -8236453 or 5984898. OLE color: 5984898.
HSL color Cylindrical-coordinate representation of color #82525B: hue angle of 348.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82525B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 91 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.49 |
| HSL | 348.75º | 0.23% | 0.42% | - |
| HSV(B) | 348.75º | 0.37% | 0.51% | - |
| XYZ | 14.11 | 11.54 | 11.38 | - |
| YUV | 97.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 91 | 0 | 0.37 | 0.30 | 0.49 | 348.75 | 0.23 | 0.42 |
| Hex | 82 | 52 | 5B | 0 | 25 | 1E | 31 | 15D | 17 | 2A |
| Octal | 202 | 122 | 133 | 0 | 45 | 36 | 61 | 535 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1011011 | 0 | 100101 | 11110 | 110001 | 101011101 | 10111 | 101010 |
Color Harmonies of #82525B
Complementary color
Monochromatic Colors of #82525B
Black with #82525B
Text Example
Text Example
White with #82525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82525B; }
p { color: rgb(130,82,91); }
H1.HeaderClassName
{
color: #82525B;
}
.AnyTagClassName
{
color: #82525B;
}
</style>
background-color css
<style>
a { background-color: #82525B; }
a { background-color: rgb(130,82,91); }
div.DivClassName
{
background-color: #82525B;
}
.BgClassName
{
background-color: #82525B;
}
</style>
border-color css
<style>
span { border-color: #82525B; }
span { border-color: rgb(130,82,91); }
td.TdClassName
{
border-color: #82525B;
}
.TagClassName
{
border-color: #82525B;
}
</style>