Shades of Cannon Pink #8B5271
Tints of Cannon Pink #8B5271
RGB
CMYK
RGB Variations
Color information
#8B5271 (or 0x8B5271) is known color: Cannon Pink. HEX triplet: 8B, 52 and 71. RGB value is (139,82,113). Sum of RGB (Red+Green+Blue) = 139+82+113=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5271 is #74AD8E. Grayscale: #666666. Windows color (decimal): -7646607 or 7426699. OLE color: 7426699.
HSL color Cylindrical-coordinate representation of color #8B5271: hue angle of 327.37º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5271 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 113 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.45 |
| HSL | 327.37º | 0.26% | 0.43% | - |
| HSV(B) | 327.37º | 0.41% | 0.55% | - |
| XYZ | 16.65 | 12.72 | 17.2 | - |
| YUV | 102.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 113 | 0 | 0.41 | 0.19 | 0.45 | 327.37 | 0.26 | 0.43 |
| Hex | 8B | 52 | 71 | 0 | 29 | 13 | 2D | 147 | 1A | 2B |
| Octal | 213 | 122 | 161 | 0 | 51 | 23 | 55 | 507 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1110001 | 0 | 101001 | 10011 | 101101 | 101000111 | 11010 | 101011 |
Color Harmonies of #8B5271
Complementary color
Monochromatic Colors of #8B5271
Black with #8B5271
Text Example
Text Example
White with #8B5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5271; }
p { color: rgb(139,82,113); }
H1.HeaderClassName
{
color: #8B5271;
}
.AnyTagClassName
{
color: #8B5271;
}
</style>
background-color css
<style>
a { background-color: #8B5271; }
a { background-color: rgb(139,82,113); }
div.DivClassName
{
background-color: #8B5271;
}
.BgClassName
{
background-color: #8B5271;
}
</style>
border-color css
<style>
span { border-color: #8B5271; }
span { border-color: rgb(139,82,113); }
td.TdClassName
{
border-color: #8B5271;
}
.TagClassName
{
border-color: #8B5271;
}
</style>