Shades of Cannon Pink #83545B
Tints of Cannon Pink #83545B
RGB
CMYK
RGB Variations
Color information
#83545B (or 0x83545B) is known color: Cannon Pink. HEX triplet: 83, 54 and 5B. RGB value is (131,84,91). Sum of RGB (Red+Green+Blue) = 131+84+91=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83545B is #7CABA4. Grayscale: #626262. Windows color (decimal): -8170405 or 5985411. OLE color: 5985411.
HSL color Cylindrical-coordinate representation of color #83545B: hue angle of 351.06º 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 #83545B is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 84 | 91 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.49 |
| HSL | 351.06º | 0.22% | 0.42% | - |
| HSV(B) | 351.06º | 0.36% | 0.51% | - |
| XYZ | 14.42 | 11.92 | 11.44 | - |
| YUV | 98.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 91 | 0 | 0.36 | 0.31 | 0.49 | 351.06 | 0.22 | 0.42 |
| Hex | 83 | 54 | 5B | 0 | 24 | 1F | 31 | 15F | 16 | 2A |
| Octal | 203 | 124 | 133 | 0 | 44 | 37 | 61 | 537 | 26 | 52 |
| Binary | 10000011 | 1010100 | 1011011 | 0 | 100100 | 11111 | 110001 | 101011111 | 10110 | 101010 |
Color Harmonies of #83545B
Complementary color
Monochromatic Colors of #83545B
Black with #83545B
Text Example
Text Example
White with #83545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83545B; }
p { color: rgb(131,84,91); }
H1.HeaderClassName
{
color: #83545B;
}
.AnyTagClassName
{
color: #83545B;
}
</style>
background-color css
<style>
a { background-color: #83545B; }
a { background-color: rgb(131,84,91); }
div.DivClassName
{
background-color: #83545B;
}
.BgClassName
{
background-color: #83545B;
}
</style>
border-color css
<style>
span { border-color: #83545B; }
span { border-color: rgb(131,84,91); }
td.TdClassName
{
border-color: #83545B;
}
.TagClassName
{
border-color: #83545B;
}
</style>