Shades of Cannon Pink #874D5B
Tints of Cannon Pink #874D5B
RGB
CMYK
RGB Variations
Color information
#874D5B (or 0x874D5B) is known color: Cannon Pink. HEX triplet: 87, 4D and 5B. RGB value is (135,77,91). Sum of RGB (Red+Green+Blue) = 135+77+91=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #874D5B is #78B2A4. Grayscale: #5F5F5F. Windows color (decimal): -7910053 or 5983623. OLE color: 5983623.
HSL color Cylindrical-coordinate representation of color #874D5B: hue angle of 345.52º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #874D5B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 91 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.47 |
| HSL | 345.52º | 0.27% | 0.42% | - |
| HSV(B) | 345.52º | 0.43% | 0.53% | - |
| XYZ | 14.53 | 11.21 | 11.3 | - |
| YUV | 95.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 91 | 0 | 0.43 | 0.33 | 0.47 | 345.52 | 0.27 | 0.42 |
| Hex | 87 | 4D | 5B | 0 | 2B | 21 | 2F | 15A | 1B | 2A |
| Octal | 207 | 115 | 133 | 0 | 53 | 41 | 57 | 532 | 33 | 52 |
| Binary | 10000111 | 1001101 | 1011011 | 0 | 101011 | 100001 | 101111 | 101011010 | 11011 | 101010 |
Color Harmonies of #874D5B
Complementary color
Monochromatic Colors of #874D5B
Black with #874D5B
Text Example
Text Example
White with #874D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D5B; }
p { color: rgb(135,77,91); }
H1.HeaderClassName
{
color: #874D5B;
}
.AnyTagClassName
{
color: #874D5B;
}
</style>
background-color css
<style>
a { background-color: #874D5B; }
a { background-color: rgb(135,77,91); }
div.DivClassName
{
background-color: #874D5B;
}
.BgClassName
{
background-color: #874D5B;
}
</style>
border-color css
<style>
span { border-color: #874D5B; }
span { border-color: rgb(135,77,91); }
td.TdClassName
{
border-color: #874D5B;
}
.TagClassName
{
border-color: #874D5B;
}
</style>