Shades of Cannon Pink #89515B
Tints of Cannon Pink #89515B
RGB
CMYK
RGB Variations
Color information
#89515B (or 0x89515B) is known color: Cannon Pink. HEX triplet: 89, 51 and 5B. RGB value is (137,81,91). Sum of RGB (Red+Green+Blue) = 137+81+91=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89515B is #76AEA4. Grayscale: #626262. Windows color (decimal): -7777957 or 5984649. OLE color: 5984649.
HSL color Cylindrical-coordinate representation of color #89515B: hue angle of 349.29º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89515B is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 81 | 91 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.46 |
| HSL | 349.29º | 0.26% | 0.43% | - |
| HSV(B) | 349.29º | 0.41% | 0.54% | - |
| XYZ | 15.15 | 11.96 | 11.41 | - |
| YUV | 98.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 91 | 0 | 0.41 | 0.34 | 0.46 | 349.29 | 0.26 | 0.43 |
| Hex | 89 | 51 | 5B | 0 | 29 | 22 | 2E | 15D | 1A | 2B |
| Octal | 211 | 121 | 133 | 0 | 51 | 42 | 56 | 535 | 32 | 53 |
| Binary | 10001001 | 1010001 | 1011011 | 0 | 101001 | 100010 | 101110 | 101011101 | 11010 | 101011 |
Color Harmonies of #89515B
Complementary color
Monochromatic Colors of #89515B
Black with #89515B
Text Example
Text Example
White with #89515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89515B; }
p { color: rgb(137,81,91); }
H1.HeaderClassName
{
color: #89515B;
}
.AnyTagClassName
{
color: #89515B;
}
</style>
background-color css
<style>
a { background-color: #89515B; }
a { background-color: rgb(137,81,91); }
div.DivClassName
{
background-color: #89515B;
}
.BgClassName
{
background-color: #89515B;
}
</style>
border-color css
<style>
span { border-color: #89515B; }
span { border-color: rgb(137,81,91); }
td.TdClassName
{
border-color: #89515B;
}
.TagClassName
{
border-color: #89515B;
}
</style>