Shades of Cannon Pink #8B4D5F
Tints of Cannon Pink #8B4D5F
RGB
CMYK
RGB Variations
Color information
#8B4D5F (or 0x8B4D5F) is known color: Cannon Pink. HEX triplet: 8B, 4D and 5F. RGB value is (139,77,95). Sum of RGB (Red+Green+Blue) = 139+77+95=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D5F is #74B2A0. Grayscale: #616161. Windows color (decimal): -7647905 or 6245771. OLE color: 6245771.
HSL color Cylindrical-coordinate representation of color #8B4D5F: hue angle of 342.58º 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 #8B4D5F is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 95 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.45 |
| HSL | 342.58º | 0.29% | 0.42% | - |
| HSV(B) | 342.58º | 0.45% | 0.55% | - |
| XYZ | 15.37 | 11.62 | 12.26 | - |
| YUV | 97.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 95 | 0 | 0.45 | 0.32 | 0.45 | 342.58 | 0.29 | 0.42 |
| Hex | 8B | 4D | 5F | 0 | 2D | 20 | 2D | 157 | 1D | 2A |
| Octal | 213 | 115 | 137 | 0 | 55 | 40 | 55 | 527 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1011111 | 0 | 101101 | 100000 | 101101 | 101010111 | 11101 | 101010 |
Color Harmonies of #8B4D5F
Complementary color
Monochromatic Colors of #8B4D5F
Black with #8B4D5F
Text Example
Text Example
White with #8B4D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D5F; }
p { color: rgb(139,77,95); }
H1.HeaderClassName
{
color: #8B4D5F;
}
.AnyTagClassName
{
color: #8B4D5F;
}
</style>
background-color css
<style>
a { background-color: #8B4D5F; }
a { background-color: rgb(139,77,95); }
div.DivClassName
{
background-color: #8B4D5F;
}
.BgClassName
{
background-color: #8B4D5F;
}
</style>
border-color css
<style>
span { border-color: #8B4D5F; }
span { border-color: rgb(139,77,95); }
td.TdClassName
{
border-color: #8B4D5F;
}
.TagClassName
{
border-color: #8B4D5F;
}
</style>