Shades of Cannon Pink #8B4D5B
Tints of Cannon Pink #8B4D5B
RGB
CMYK
RGB Variations
Color information
#8B4D5B (or 0x8B4D5B) is known color: Cannon Pink. HEX triplet: 8B, 4D and 5B. RGB value is (139,77,91). Sum of RGB (Red+Green+Blue) = 139+77+91=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D5B is #74B2A4. Grayscale: #616161. Windows color (decimal): -7647909 or 5983627. OLE color: 5983627.
HSL color Cylindrical-coordinate representation of color #8B4D5B: hue angle of 346.45º 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 #8B4D5B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 91 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.45 |
| HSL | 346.45º | 0.29% | 0.42% | - |
| HSV(B) | 346.45º | 0.45% | 0.55% | - |
| XYZ | 15.19 | 11.55 | 11.33 | - |
| YUV | 97.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 91 | 0 | 0.45 | 0.35 | 0.45 | 346.45 | 0.29 | 0.42 |
| Hex | 8B | 4D | 5B | 0 | 2D | 23 | 2D | 15A | 1D | 2A |
| Octal | 213 | 115 | 133 | 0 | 55 | 43 | 55 | 532 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1011011 | 0 | 101101 | 100011 | 101101 | 101011010 | 11101 | 101010 |
Color Harmonies of #8B4D5B
Complementary color
Monochromatic Colors of #8B4D5B
Black with #8B4D5B
Text Example
Text Example
White with #8B4D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D5B; }
p { color: rgb(139,77,91); }
H1.HeaderClassName
{
color: #8B4D5B;
}
.AnyTagClassName
{
color: #8B4D5B;
}
</style>
background-color css
<style>
a { background-color: #8B4D5B; }
a { background-color: rgb(139,77,91); }
div.DivClassName
{
background-color: #8B4D5B;
}
.BgClassName
{
background-color: #8B4D5B;
}
</style>
border-color css
<style>
span { border-color: #8B4D5B; }
span { border-color: rgb(139,77,91); }
td.TdClassName
{
border-color: #8B4D5B;
}
.TagClassName
{
border-color: #8B4D5B;
}
</style>