Shades of Cannon Pink #82535B
Tints of Cannon Pink #82535B
RGB
CMYK
RGB Variations
Color information
#82535B (or 0x82535B) is known color: Cannon Pink. HEX triplet: 82, 53 and 5B. RGB value is (130,83,91). Sum of RGB (Red+Green+Blue) = 130+83+91=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #82535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82535B is #7DACA4. Grayscale: #616161. Windows color (decimal): -8236197 or 5985154. OLE color: 5985154.
HSL color Cylindrical-coordinate representation of color #82535B: hue angle of 349.79º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82535B is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 91 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.49 |
| HSL | 349.79º | 0.22% | 0.42% | - |
| HSV(B) | 349.79º | 0.36% | 0.51% | - |
| XYZ | 14.19 | 11.69 | 11.41 | - |
| YUV | 97.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 91 | 0 | 0.36 | 0.30 | 0.49 | 349.79 | 0.22 | 0.42 |
| Hex | 82 | 53 | 5B | 0 | 24 | 1E | 31 | 15E | 16 | 2A |
| Octal | 202 | 123 | 133 | 0 | 44 | 36 | 61 | 536 | 26 | 52 |
| Binary | 10000010 | 1010011 | 1011011 | 0 | 100100 | 11110 | 110001 | 101011110 | 10110 | 101010 |
Color Harmonies of #82535B
Complementary color
Monochromatic Colors of #82535B
Black with #82535B
Text Example
Text Example
White with #82535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82535B; }
p { color: rgb(130,83,91); }
H1.HeaderClassName
{
color: #82535B;
}
.AnyTagClassName
{
color: #82535B;
}
</style>
background-color css
<style>
a { background-color: #82535B; }
a { background-color: rgb(130,83,91); }
div.DivClassName
{
background-color: #82535B;
}
.BgClassName
{
background-color: #82535B;
}
</style>
border-color css
<style>
span { border-color: #82535B; }
span { border-color: rgb(130,83,91); }
td.TdClassName
{
border-color: #82535B;
}
.TagClassName
{
border-color: #82535B;
}
</style>