Shades of Cannon Pink #824B59
Tints of Cannon Pink #824B59
RGB
CMYK
RGB Variations
Color information
#824B59 (or 0x824B59) is known color: Cannon Pink. HEX triplet: 82, 4B and 59. RGB value is (130,75,89). Sum of RGB (Red+Green+Blue) = 130+75+89=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #824B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B59 is #7DB4A6. Grayscale: #5D5D5D. Windows color (decimal): -8238247 or 5852034. OLE color: 5852034.
HSL color Cylindrical-coordinate representation of color #824B59: hue angle of 344.73º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824B59 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 89 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.49 |
| HSL | 344.73º | 0.27% | 0.4% | - |
| HSV(B) | 344.73º | 0.42% | 0.51% | - |
| XYZ | 13.53 | 10.5 | 10.76 | - |
| YUV | 93.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 89 | 0 | 0.42 | 0.32 | 0.49 | 344.73 | 0.27 | 0.4 |
| Hex | 82 | 4B | 59 | 0 | 2A | 20 | 31 | 159 | 1B | 28 |
| Octal | 202 | 113 | 131 | 0 | 52 | 40 | 61 | 531 | 33 | 50 |
| Binary | 10000010 | 1001011 | 1011001 | 0 | 101010 | 100000 | 110001 | 101011001 | 11011 | 101000 |
Color Harmonies of #824B59
Complementary color
Monochromatic Colors of #824B59
Black with #824B59
Text Example
Text Example
White with #824B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B59; }
p { color: rgb(130,75,89); }
H1.HeaderClassName
{
color: #824B59;
}
.AnyTagClassName
{
color: #824B59;
}
</style>
background-color css
<style>
a { background-color: #824B59; }
a { background-color: rgb(130,75,89); }
div.DivClassName
{
background-color: #824B59;
}
.BgClassName
{
background-color: #824B59;
}
</style>
border-color css
<style>
span { border-color: #824B59; }
span { border-color: rgb(130,75,89); }
td.TdClassName
{
border-color: #824B59;
}
.TagClassName
{
border-color: #824B59;
}
</style>