Shades of Cannon Pink #824F5F
Tints of Cannon Pink #824F5F
RGB
CMYK
RGB Variations
Color information
#824F5F (or 0x824F5F) is known color: Cannon Pink. HEX triplet: 82, 4F and 5F. RGB value is (130,79,95). Sum of RGB (Red+Green+Blue) = 130+79+95=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F5F is #7DB0A0. Grayscale: #606060. Windows color (decimal): -8237217 or 6246274. OLE color: 6246274.
HSL color Cylindrical-coordinate representation of color #824F5F: hue angle of 341.18º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #824F5F is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 95 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.49 |
| HSL | 341.18º | 0.24% | 0.41% | - |
| HSV(B) | 341.18º | 0.39% | 0.51% | - |
| XYZ | 14.07 | 11.16 | 12.24 | - |
| YUV | 96.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 95 | 0 | 0.39 | 0.27 | 0.49 | 341.18 | 0.24 | 0.41 |
| Hex | 82 | 4F | 5F | 0 | 27 | 1B | 31 | 155 | 18 | 29 |
| Octal | 202 | 117 | 137 | 0 | 47 | 33 | 61 | 525 | 30 | 51 |
| Binary | 10000010 | 1001111 | 1011111 | 0 | 100111 | 11011 | 110001 | 101010101 | 11000 | 101001 |
Color Harmonies of #824F5F
Complementary color
Monochromatic Colors of #824F5F
Black with #824F5F
Text Example
Text Example
White with #824F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F5F; }
p { color: rgb(130,79,95); }
H1.HeaderClassName
{
color: #824F5F;
}
.AnyTagClassName
{
color: #824F5F;
}
</style>
background-color css
<style>
a { background-color: #824F5F; }
a { background-color: rgb(130,79,95); }
div.DivClassName
{
background-color: #824F5F;
}
.BgClassName
{
background-color: #824F5F;
}
</style>
border-color css
<style>
span { border-color: #824F5F; }
span { border-color: rgb(130,79,95); }
td.TdClassName
{
border-color: #824F5F;
}
.TagClassName
{
border-color: #824F5F;
}
</style>