Shades of Cannon Pink #834959
Tints of Cannon Pink #834959
RGB
CMYK
RGB Variations
Color information
#834959 (or 0x834959) is known color: Cannon Pink. HEX triplet: 83, 49 and 59. RGB value is (131,73,89). Sum of RGB (Red+Green+Blue) = 131+73+89=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #834959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834959 is #7CB6A6. Grayscale: #5C5C5C. Windows color (decimal): -8173223 or 5851523. OLE color: 5851523.
HSL color Cylindrical-coordinate representation of color #834959: hue angle of 343.45º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #834959 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 73 | 89 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.49 |
| HSL | 343.45º | 0.28% | 0.4% | - |
| HSV(B) | 343.45º | 0.44% | 0.51% | - |
| XYZ | 13.55 | 10.31 | 10.73 | - |
| YUV | 92.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 89 | 0 | 0.44 | 0.32 | 0.49 | 343.45 | 0.28 | 0.4 |
| Hex | 83 | 49 | 59 | 0 | 2C | 20 | 31 | 157 | 1C | 28 |
| Octal | 203 | 111 | 131 | 0 | 54 | 40 | 61 | 527 | 34 | 50 |
| Binary | 10000011 | 1001001 | 1011001 | 0 | 101100 | 100000 | 110001 | 101010111 | 11100 | 101000 |
Color Harmonies of #834959
Complementary color
Monochromatic Colors of #834959
Black with #834959
Text Example
Text Example
White with #834959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834959; }
p { color: rgb(131,73,89); }
H1.HeaderClassName
{
color: #834959;
}
.AnyTagClassName
{
color: #834959;
}
</style>
background-color css
<style>
a { background-color: #834959; }
a { background-color: rgb(131,73,89); }
div.DivClassName
{
background-color: #834959;
}
.BgClassName
{
background-color: #834959;
}
</style>
border-color css
<style>
span { border-color: #834959; }
span { border-color: rgb(131,73,89); }
td.TdClassName
{
border-color: #834959;
}
.TagClassName
{
border-color: #834959;
}
</style>