Shades of Cannon Pink #83535E
Tints of Cannon Pink #83535E
RGB
CMYK
RGB Variations
Color information
#83535E (or 0x83535E) is known color: Cannon Pink. HEX triplet: 83, 53 and 5E. RGB value is (131,83,94). Sum of RGB (Red+Green+Blue) = 131+83+94=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 131 - color contains mainly: red. Hex color #83535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83535E is #7CACA1. Grayscale: #626262. Windows color (decimal): -8170658 or 6181763. OLE color: 6181763.
HSL color Cylindrical-coordinate representation of color #83535E: hue angle of 346.25º degrees, saturation: 0.22, 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 #83535E is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 94 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.49 |
| HSL | 346.25º | 0.22% | 0.42% | - |
| HSV(B) | 346.25º | 0.37% | 0.51% | - |
| XYZ | 14.47 | 11.82 | 12.11 | - |
| YUV | 98.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 94 | 0 | 0.37 | 0.28 | 0.49 | 346.25 | 0.22 | 0.42 |
| Hex | 83 | 53 | 5E | 0 | 25 | 1C | 31 | 15A | 16 | 2A |
| Octal | 203 | 123 | 136 | 0 | 45 | 34 | 61 | 532 | 26 | 52 |
| Binary | 10000011 | 1010011 | 1011110 | 0 | 100101 | 11100 | 110001 | 101011010 | 10110 | 101010 |
Color Harmonies of #83535E
Complementary color
Monochromatic Colors of #83535E
Black with #83535E
Text Example
Text Example
White with #83535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83535E; }
p { color: rgb(131,83,94); }
H1.HeaderClassName
{
color: #83535E;
}
.AnyTagClassName
{
color: #83535E;
}
</style>
background-color css
<style>
a { background-color: #83535E; }
a { background-color: rgb(131,83,94); }
div.DivClassName
{
background-color: #83535E;
}
.BgClassName
{
background-color: #83535E;
}
</style>
border-color css
<style>
span { border-color: #83535E; }
span { border-color: rgb(131,83,94); }
td.TdClassName
{
border-color: #83535E;
}
.TagClassName
{
border-color: #83535E;
}
</style>