Shades of Cannon Pink #8B4D71
Tints of Cannon Pink #8B4D71
RGB
CMYK
RGB Variations
Color information
#8B4D71 (or 0x8B4D71) is known color: Cannon Pink. HEX triplet: 8B, 4D and 71. RGB value is (139,77,113). Sum of RGB (Red+Green+Blue) = 139+77+113=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D71 is #74B28E. Grayscale: #636363. Windows color (decimal): -7647887 or 7425419. OLE color: 7425419.
HSL color Cylindrical-coordinate representation of color #8B4D71: hue angle of 325.16º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4D71 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 113 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.45 |
| HSL | 325.16º | 0.29% | 0.42% | - |
| HSV(B) | 325.16º | 0.45% | 0.55% | - |
| XYZ | 16.28 | 11.99 | 17.08 | - |
| YUV | 99.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 113 | 0 | 0.45 | 0.19 | 0.45 | 325.16 | 0.29 | 0.42 |
| Hex | 8B | 4D | 71 | 0 | 2D | 13 | 2D | 145 | 1D | 2A |
| Octal | 213 | 115 | 161 | 0 | 55 | 23 | 55 | 505 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1110001 | 0 | 101101 | 10011 | 101101 | 101000101 | 11101 | 101010 |
Color Harmonies of #8B4D71
Complementary color
Monochromatic Colors of #8B4D71
Black with #8B4D71
Text Example
Text Example
White with #8B4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D71; }
p { color: rgb(139,77,113); }
H1.HeaderClassName
{
color: #8B4D71;
}
.AnyTagClassName
{
color: #8B4D71;
}
</style>
background-color css
<style>
a { background-color: #8B4D71; }
a { background-color: rgb(139,77,113); }
div.DivClassName
{
background-color: #8B4D71;
}
.BgClassName
{
background-color: #8B4D71;
}
</style>
border-color css
<style>
span { border-color: #8B4D71; }
span { border-color: rgb(139,77,113); }
td.TdClassName
{
border-color: #8B4D71;
}
.TagClassName
{
border-color: #8B4D71;
}
</style>