Shades of Cannon Pink #82545D
Tints of Cannon Pink #82545D
RGB
CMYK
RGB Variations
Color information
#82545D (or 0x82545D) is known color: Cannon Pink. HEX triplet: 82, 54 and 5D. RGB value is (130,84,93). Sum of RGB (Red+Green+Blue) = 130+84+93=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82545D is #7DABA2. Grayscale: #626262. Windows color (decimal): -8235939 or 6116482. OLE color: 6116482.
HSL color Cylindrical-coordinate representation of color #82545D: hue angle of 348.26º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82545D is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 93 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.49 |
| HSL | 348.26º | 0.21% | 0.42% | - |
| HSV(B) | 348.26º | 0.35% | 0.51% | - |
| XYZ | 14.35 | 11.88 | 11.89 | - |
| YUV | 98.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 93 | 0 | 0.35 | 0.28 | 0.49 | 348.26 | 0.21 | 0.42 |
| Hex | 82 | 54 | 5D | 0 | 23 | 1C | 31 | 15C | 15 | 2A |
| Octal | 202 | 124 | 135 | 0 | 43 | 34 | 61 | 534 | 25 | 52 |
| Binary | 10000010 | 1010100 | 1011101 | 0 | 100011 | 11100 | 110001 | 101011100 | 10101 | 101010 |
Color Harmonies of #82545D
Complementary color
Monochromatic Colors of #82545D
Black with #82545D
Text Example
Text Example
White with #82545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82545D; }
p { color: rgb(130,84,93); }
H1.HeaderClassName
{
color: #82545D;
}
.AnyTagClassName
{
color: #82545D;
}
</style>
background-color css
<style>
a { background-color: #82545D; }
a { background-color: rgb(130,84,93); }
div.DivClassName
{
background-color: #82545D;
}
.BgClassName
{
background-color: #82545D;
}
</style>
border-color css
<style>
span { border-color: #82545D; }
span { border-color: rgb(130,84,93); }
td.TdClassName
{
border-color: #82545D;
}
.TagClassName
{
border-color: #82545D;
}
</style>