Shades of Cannon Pink #84515B
Tints of Cannon Pink #84515B
RGB
CMYK
RGB Variations
Color information
#84515B (or 0x84515B) is known color: Cannon Pink. HEX triplet: 84, 51 and 5B. RGB value is (132,81,91). Sum of RGB (Red+Green+Blue) = 132+81+91=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84515B is #7BAEA4. Grayscale: #616161. Windows color (decimal): -8105637 or 5984644. OLE color: 5984644.
HSL color Cylindrical-coordinate representation of color #84515B: hue angle of 348.24º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84515B is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 91 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.48 |
| HSL | 348.24º | 0.24% | 0.42% | - |
| HSV(B) | 348.24º | 0.39% | 0.52% | - |
| XYZ | 14.35 | 11.55 | 11.37 | - |
| YUV | 97.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 91 | 0 | 0.39 | 0.31 | 0.48 | 348.24 | 0.24 | 0.42 |
| Hex | 84 | 51 | 5B | 0 | 27 | 1F | 30 | 15C | 18 | 2A |
| Octal | 204 | 121 | 133 | 0 | 47 | 37 | 60 | 534 | 30 | 52 |
| Binary | 10000100 | 1010001 | 1011011 | 0 | 100111 | 11111 | 110000 | 101011100 | 11000 | 101010 |
Color Harmonies of #84515B
Complementary color
Monochromatic Colors of #84515B
Black with #84515B
Text Example
Text Example
White with #84515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84515B; }
p { color: rgb(132,81,91); }
H1.HeaderClassName
{
color: #84515B;
}
.AnyTagClassName
{
color: #84515B;
}
</style>
background-color css
<style>
a { background-color: #84515B; }
a { background-color: rgb(132,81,91); }
div.DivClassName
{
background-color: #84515B;
}
.BgClassName
{
background-color: #84515B;
}
</style>
border-color css
<style>
span { border-color: #84515B; }
span { border-color: rgb(132,81,91); }
td.TdClassName
{
border-color: #84515B;
}
.TagClassName
{
border-color: #84515B;
}
</style>