Shades of Cannon Pink #8B4D59
Tints of Cannon Pink #8B4D59
RGB
CMYK
RGB Variations
Color information
#8B4D59 (or 0x8B4D59) is known color: Cannon Pink. HEX triplet: 8B, 4D and 59. RGB value is (139,77,89). Sum of RGB (Red+Green+Blue) = 139+77+89=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D59 is #74B2A6. Grayscale: #606060. Windows color (decimal): -7647911 or 5852555. OLE color: 5852555.
HSL color Cylindrical-coordinate representation of color #8B4D59: hue angle of 348.39º 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 #8B4D59 is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 89 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.45 |
| HSL | 348.39º | 0.29% | 0.42% | - |
| HSV(B) | 348.39º | 0.45% | 0.55% | - |
| XYZ | 15.1 | 11.52 | 10.88 | - |
| YUV | 96.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 89 | 0 | 0.45 | 0.36 | 0.45 | 348.39 | 0.29 | 0.42 |
| Hex | 8B | 4D | 59 | 0 | 2D | 24 | 2D | 15C | 1D | 2A |
| Octal | 213 | 115 | 131 | 0 | 55 | 44 | 55 | 534 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1011001 | 0 | 101101 | 100100 | 101101 | 101011100 | 11101 | 101010 |
Color Harmonies of #8B4D59
Complementary color
Monochromatic Colors of #8B4D59
Black with #8B4D59
Text Example
Text Example
White with #8B4D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D59; }
p { color: rgb(139,77,89); }
H1.HeaderClassName
{
color: #8B4D59;
}
.AnyTagClassName
{
color: #8B4D59;
}
</style>
background-color css
<style>
a { background-color: #8B4D59; }
a { background-color: rgb(139,77,89); }
div.DivClassName
{
background-color: #8B4D59;
}
.BgClassName
{
background-color: #8B4D59;
}
</style>
border-color css
<style>
span { border-color: #8B4D59; }
span { border-color: rgb(139,77,89); }
td.TdClassName
{
border-color: #8B4D59;
}
.TagClassName
{
border-color: #8B4D59;
}
</style>