Shades of Cannon Pink #8B4F73
Tints of Cannon Pink #8B4F73
RGB
CMYK
RGB Variations
Color information
#8B4F73 (or 0x8B4F73) is known color: Cannon Pink. HEX triplet: 8B, 4F and 73. RGB value is (139,79,115). Sum of RGB (Red+Green+Blue) = 139+79+115=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F73 is #74B08C. Grayscale: #646464. Windows color (decimal): -7647373 or 7557003. OLE color: 7557003.
HSL color Cylindrical-coordinate representation of color #8B4F73: hue angle of 324º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B4F73 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 79 | 115 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.45 |
| HSL | 324º | 0.28% | 0.43% | - |
| HSV(B) | 324º | 0.43% | 0.55% | - |
| XYZ | 16.54 | 12.32 | 17.73 | - |
| YUV | 101.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 79 | 115 | 0 | 0.43 | 0.17 | 0.45 | 324 | 0.28 | 0.43 |
| Hex | 8B | 4F | 73 | 0 | 2B | 11 | 2D | 144 | 1C | 2B |
| Octal | 213 | 117 | 163 | 0 | 53 | 21 | 55 | 504 | 34 | 53 |
| Binary | 10001011 | 1001111 | 1110011 | 0 | 101011 | 10001 | 101101 | 101000100 | 11100 | 101011 |
Color Harmonies of #8B4F73
Complementary color
Monochromatic Colors of #8B4F73
Black with #8B4F73
Text Example
Text Example
White with #8B4F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4F73; }
p { color: rgb(139,79,115); }
H1.HeaderClassName
{
color: #8B4F73;
}
.AnyTagClassName
{
color: #8B4F73;
}
</style>
background-color css
<style>
a { background-color: #8B4F73; }
a { background-color: rgb(139,79,115); }
div.DivClassName
{
background-color: #8B4F73;
}
.BgClassName
{
background-color: #8B4F73;
}
</style>
border-color css
<style>
span { border-color: #8B4F73; }
span { border-color: rgb(139,79,115); }
td.TdClassName
{
border-color: #8B4F73;
}
.TagClassName
{
border-color: #8B4F73;
}
</style>