Shades of Cannon Pink #82525D
Tints of Cannon Pink #82525D
RGB
CMYK
RGB Variations
Color information
#82525D (or 0x82525D) is known color: Cannon Pink. HEX triplet: 82, 52 and 5D. RGB value is (130,82,93). Sum of RGB (Red+Green+Blue) = 130+82+93=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82525D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82525D is #7DADA2. Grayscale: #616161. Windows color (decimal): -8236451 or 6115970. OLE color: 6115970.
HSL color Cylindrical-coordinate representation of color #82525D: hue angle of 346.25º 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 #82525D is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 93 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.49 |
| HSL | 346.25º | 0.23% | 0.42% | - |
| HSV(B) | 346.25º | 0.37% | 0.51% | - |
| XYZ | 14.2 | 11.57 | 11.84 | - |
| YUV | 97.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 93 | 0 | 0.37 | 0.28 | 0.49 | 346.25 | 0.23 | 0.42 |
| Hex | 82 | 52 | 5D | 0 | 25 | 1C | 31 | 15A | 17 | 2A |
| Octal | 202 | 122 | 135 | 0 | 45 | 34 | 61 | 532 | 27 | 52 |
| Binary | 10000010 | 1010010 | 1011101 | 0 | 100101 | 11100 | 110001 | 101011010 | 10111 | 101010 |
Color Harmonies of #82525D
Complementary color
Monochromatic Colors of #82525D
Black with #82525D
Text Example
Text Example
White with #82525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82525D; }
p { color: rgb(130,82,93); }
H1.HeaderClassName
{
color: #82525D;
}
.AnyTagClassName
{
color: #82525D;
}
</style>
background-color css
<style>
a { background-color: #82525D; }
a { background-color: rgb(130,82,93); }
div.DivClassName
{
background-color: #82525D;
}
.BgClassName
{
background-color: #82525D;
}
</style>
border-color css
<style>
span { border-color: #82525D; }
span { border-color: rgb(130,82,93); }
td.TdClassName
{
border-color: #82525D;
}
.TagClassName
{
border-color: #82525D;
}
</style>