Shades of Cannon Pink #8B4D72
Tints of Cannon Pink #8B4D72
RGB
CMYK
RGB Variations
Color information
#8B4D72 (or 0x8B4D72) is known color: Cannon Pink. HEX triplet: 8B, 4D and 72. RGB value is (139,77,114). Sum of RGB (Red+Green+Blue) = 139+77+114=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D72 is #74B28D. Grayscale: #636363. Windows color (decimal): -7647886 or 7490955. OLE color: 7490955.
HSL color Cylindrical-coordinate representation of color #8B4D72: hue angle of 324.19º 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 #8B4D72 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 114 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.45 |
| HSL | 324.19º | 0.29% | 0.42% | - |
| HSV(B) | 324.19º | 0.45% | 0.55% | - |
| XYZ | 16.34 | 12.01 | 17.38 | - |
| YUV | 99.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 114 | 0 | 0.45 | 0.18 | 0.45 | 324.19 | 0.29 | 0.42 |
| Hex | 8B | 4D | 72 | 0 | 2D | 12 | 2D | 144 | 1D | 2A |
| Octal | 213 | 115 | 162 | 0 | 55 | 22 | 55 | 504 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1110010 | 0 | 101101 | 10010 | 101101 | 101000100 | 11101 | 101010 |
Color Harmonies of #8B4D72
Complementary color
Monochromatic Colors of #8B4D72
Black with #8B4D72
Text Example
Text Example
White with #8B4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D72; }
p { color: rgb(139,77,114); }
H1.HeaderClassName
{
color: #8B4D72;
}
.AnyTagClassName
{
color: #8B4D72;
}
</style>
background-color css
<style>
a { background-color: #8B4D72; }
a { background-color: rgb(139,77,114); }
div.DivClassName
{
background-color: #8B4D72;
}
.BgClassName
{
background-color: #8B4D72;
}
</style>
border-color css
<style>
span { border-color: #8B4D72; }
span { border-color: rgb(139,77,114); }
td.TdClassName
{
border-color: #8B4D72;
}
.TagClassName
{
border-color: #8B4D72;
}
</style>