Shades of Cannon Pink #8B4961
Tints of Cannon Pink #8B4961
RGB
CMYK
RGB Variations
Color information
#8B4961 (or 0x8B4961) is known color: Cannon Pink. HEX triplet: 8B, 49 and 61. RGB value is (139,73,97). Sum of RGB (Red+Green+Blue) = 139+73+97=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4961 is #74B69E. Grayscale: #5F5F5F. Windows color (decimal): -7648927 or 6375819. OLE color: 6375819.
HSL color Cylindrical-coordinate representation of color #8B4961: hue angle of 338.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4961 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 97 | - |
| CMYK | 0 | 0.47 | 0.30 | 0.45 |
| HSL | 338.18º | 0.31% | 0.42% | - |
| HSV(B) | 338.18º | 0.47% | 0.55% | - |
| XYZ | 15.19 | 11.12 | 12.65 | - |
| YUV | 95.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 97 | 0 | 0.47 | 0.30 | 0.45 | 338.18 | 0.31 | 0.42 |
| Hex | 8B | 49 | 61 | 0 | 2F | 1E | 2D | 152 | 1F | 2A |
| Octal | 213 | 111 | 141 | 0 | 57 | 36 | 55 | 522 | 37 | 52 |
| Binary | 10001011 | 1001001 | 1100001 | 0 | 101111 | 11110 | 101101 | 101010010 | 11111 | 101010 |
Color Harmonies of #8B4961
Complementary color
Monochromatic Colors of #8B4961
Black with #8B4961
Text Example
Text Example
White with #8B4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4961; }
p { color: rgb(139,73,97); }
H1.HeaderClassName
{
color: #8B4961;
}
.AnyTagClassName
{
color: #8B4961;
}
</style>
background-color css
<style>
a { background-color: #8B4961; }
a { background-color: rgb(139,73,97); }
div.DivClassName
{
background-color: #8B4961;
}
.BgClassName
{
background-color: #8B4961;
}
</style>
border-color css
<style>
span { border-color: #8B4961; }
span { border-color: rgb(139,73,97); }
td.TdClassName
{
border-color: #8B4961;
}
.TagClassName
{
border-color: #8B4961;
}
</style>