Shades of Cannon Pink #8B515B
Tints of Cannon Pink #8B515B
RGB
CMYK
RGB Variations
Color information
#8B515B (or 0x8B515B) is known color: Cannon Pink. HEX triplet: 8B, 51 and 5B. RGB value is (139,81,91). Sum of RGB (Red+Green+Blue) = 139+81+91=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B515B is #74AEA4. Grayscale: #636363. Windows color (decimal): -7646885 or 5984651. OLE color: 5984651.
HSL color Cylindrical-coordinate representation of color #8B515B: hue angle of 349.66º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B515B is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 91 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.45 |
| HSL | 349.66º | 0.26% | 0.43% | - |
| HSV(B) | 349.66º | 0.42% | 0.55% | - |
| XYZ | 15.48 | 12.13 | 11.42 | - |
| YUV | 99.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 91 | 0 | 0.42 | 0.35 | 0.45 | 349.66 | 0.26 | 0.43 |
| Hex | 8B | 51 | 5B | 0 | 2A | 23 | 2D | 15E | 1A | 2B |
| Octal | 213 | 121 | 133 | 0 | 52 | 43 | 55 | 536 | 32 | 53 |
| Binary | 10001011 | 1010001 | 1011011 | 0 | 101010 | 100011 | 101101 | 101011110 | 11010 | 101011 |
Color Harmonies of #8B515B
Complementary color
Monochromatic Colors of #8B515B
Black with #8B515B
Text Example
Text Example
White with #8B515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B515B; }
p { color: rgb(139,81,91); }
H1.HeaderClassName
{
color: #8B515B;
}
.AnyTagClassName
{
color: #8B515B;
}
</style>
background-color css
<style>
a { background-color: #8B515B; }
a { background-color: rgb(139,81,91); }
div.DivClassName
{
background-color: #8B515B;
}
.BgClassName
{
background-color: #8B515B;
}
</style>
border-color css
<style>
span { border-color: #8B515B; }
span { border-color: rgb(139,81,91); }
td.TdClassName
{
border-color: #8B515B;
}
.TagClassName
{
border-color: #8B515B;
}
</style>