Shades of Cannon Pink #8B535D
Tints of Cannon Pink #8B535D
RGB
CMYK
RGB Variations
Color information
#8B535D (or 0x8B535D) is known color: Cannon Pink. HEX triplet: 8B, 53 and 5D. RGB value is (139,83,93). Sum of RGB (Red+Green+Blue) = 139+83+93=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B535D is #74ACA2. Grayscale: #646464. Windows color (decimal): -7646371 or 6116235. OLE color: 6116235.
HSL color Cylindrical-coordinate representation of color #8B535D: hue angle of 349.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B535D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 93 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.45 |
| HSL | 349.29º | 0.25% | 0.44% | - |
| HSV(B) | 349.29º | 0.4% | 0.55% | - |
| XYZ | 15.72 | 12.47 | 11.93 | - |
| YUV | 100.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 93 | 0 | 0.40 | 0.33 | 0.45 | 349.29 | 0.25 | 0.44 |
| Hex | 8B | 53 | 5D | 0 | 28 | 21 | 2D | 15D | 19 | 2C |
| Octal | 213 | 123 | 135 | 0 | 50 | 41 | 55 | 535 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1011101 | 0 | 101000 | 100001 | 101101 | 101011101 | 11001 | 101100 |
Color Harmonies of #8B535D
Complementary color
Monochromatic Colors of #8B535D
Black with #8B535D
Text Example
Text Example
White with #8B535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B535D; }
p { color: rgb(139,83,93); }
H1.HeaderClassName
{
color: #8B535D;
}
.AnyTagClassName
{
color: #8B535D;
}
</style>
background-color css
<style>
a { background-color: #8B535D; }
a { background-color: rgb(139,83,93); }
div.DivClassName
{
background-color: #8B535D;
}
.BgClassName
{
background-color: #8B535D;
}
</style>
border-color css
<style>
span { border-color: #8B535D; }
span { border-color: rgb(139,83,93); }
td.TdClassName
{
border-color: #8B535D;
}
.TagClassName
{
border-color: #8B535D;
}
</style>