Shades of Cannon Pink #89475D
Tints of Cannon Pink #89475D
RGB
CMYK
RGB Variations
Color information
#89475D (or 0x89475D) is known color: Cannon Pink. HEX triplet: 89, 47 and 5D. RGB value is (137,71,93). Sum of RGB (Red+Green+Blue) = 137+71+93=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #89475D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89475D is #76B8A2. Grayscale: #5D5D5D. Windows color (decimal): -7780515 or 6113161. OLE color: 6113161.
HSL color Cylindrical-coordinate representation of color #89475D: hue angle of 340º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #89475D is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 71 | 93 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.46 |
| HSL | 340º | 0.32% | 0.41% | - |
| HSV(B) | 340º | 0.48% | 0.54% | - |
| XYZ | 14.55 | 10.62 | 11.64 | - |
| YUV | 93.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 71 | 93 | 0 | 0.48 | 0.32 | 0.46 | 340 | 0.32 | 0.41 |
| Hex | 89 | 47 | 5D | 0 | 30 | 20 | 2E | 154 | 20 | 29 |
| Octal | 211 | 107 | 135 | 0 | 60 | 40 | 56 | 524 | 40 | 51 |
| Binary | 10001001 | 1000111 | 1011101 | 0 | 110000 | 100000 | 101110 | 101010100 | 100000 | 101001 |
Color Harmonies of #89475D
Complementary color
Monochromatic Colors of #89475D
Black with #89475D
Text Example
Text Example
White with #89475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89475D; }
p { color: rgb(137,71,93); }
H1.HeaderClassName
{
color: #89475D;
}
.AnyTagClassName
{
color: #89475D;
}
</style>
background-color css
<style>
a { background-color: #89475D; }
a { background-color: rgb(137,71,93); }
div.DivClassName
{
background-color: #89475D;
}
.BgClassName
{
background-color: #89475D;
}
</style>
border-color css
<style>
span { border-color: #89475D; }
span { border-color: rgb(137,71,93); }
td.TdClassName
{
border-color: #89475D;
}
.TagClassName
{
border-color: #89475D;
}
</style>