Shades of Cannon Pink #874559
Tints of Cannon Pink #874559
RGB
CMYK
RGB Variations
Color information
#874559 (or 0x874559) is known color: Cannon Pink. HEX triplet: 87, 45 and 59. RGB value is (135,69,89). Sum of RGB (Red+Green+Blue) = 135+69+89=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #874559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874559 is #78BAA6. Grayscale: #5B5B5B. Windows color (decimal): -7912103 or 5850503. OLE color: 5850503.
HSL color Cylindrical-coordinate representation of color #874559: hue angle of 341.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874559 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 69 | 89 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.47 |
| HSL | 341.82º | 0.32% | 0.4% | - |
| HSV(B) | 341.82º | 0.49% | 0.53% | - |
| XYZ | 13.92 | 10.13 | 10.67 | - |
| YUV | 91.01 | 126.87 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 69 | 89 | 0 | 0.49 | 0.34 | 0.47 | 341.82 | 0.32 | 0.4 |
| Hex | 87 | 45 | 59 | 0 | 31 | 22 | 2F | 156 | 20 | 28 |
| Octal | 207 | 105 | 131 | 0 | 61 | 42 | 57 | 526 | 40 | 50 |
| Binary | 10000111 | 1000101 | 1011001 | 0 | 110001 | 100010 | 101111 | 101010110 | 100000 | 101000 |
Color Harmonies of #874559
Complementary color
Monochromatic Colors of #874559
Black with #874559
Text Example
Text Example
White with #874559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874559; }
p { color: rgb(135,69,89); }
H1.HeaderClassName
{
color: #874559;
}
.AnyTagClassName
{
color: #874559;
}
</style>
background-color css
<style>
a { background-color: #874559; }
a { background-color: rgb(135,69,89); }
div.DivClassName
{
background-color: #874559;
}
.BgClassName
{
background-color: #874559;
}
</style>
border-color css
<style>
span { border-color: #874559; }
span { border-color: rgb(135,69,89); }
td.TdClassName
{
border-color: #874559;
}
.TagClassName
{
border-color: #874559;
}
</style>