Shades of Cannon Pink #8B536B
Tints of Cannon Pink #8B536B
RGB
CMYK
RGB Variations
Color information
#8B536B (or 0x8B536B) is known color: Cannon Pink. HEX triplet: 8B, 53 and 6B. RGB value is (139,83,107). Sum of RGB (Red+Green+Blue) = 139+83+107=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B536B is #74AC94. Grayscale: #666666. Windows color (decimal): -7646357 or 7033739. OLE color: 7033739.
HSL color Cylindrical-coordinate representation of color #8B536B: hue angle of 334.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 #8B536B is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 107 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.45 |
| HSL | 334.29º | 0.25% | 0.44% | - |
| HSV(B) | 334.29º | 0.4% | 0.55% | - |
| XYZ | 16.39 | 12.74 | 15.5 | - |
| YUV | 102.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 107 | 0 | 0.40 | 0.23 | 0.45 | 334.29 | 0.25 | 0.44 |
| Hex | 8B | 53 | 6B | 0 | 28 | 17 | 2D | 14E | 19 | 2C |
| Octal | 213 | 123 | 153 | 0 | 50 | 27 | 55 | 516 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1101011 | 0 | 101000 | 10111 | 101101 | 101001110 | 11001 | 101100 |
Color Harmonies of #8B536B
Complementary color
Monochromatic Colors of #8B536B
Black with #8B536B
Text Example
Text Example
White with #8B536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B536B; }
p { color: rgb(139,83,107); }
H1.HeaderClassName
{
color: #8B536B;
}
.AnyTagClassName
{
color: #8B536B;
}
</style>
background-color css
<style>
a { background-color: #8B536B; }
a { background-color: rgb(139,83,107); }
div.DivClassName
{
background-color: #8B536B;
}
.BgClassName
{
background-color: #8B536B;
}
</style>
border-color css
<style>
span { border-color: #8B536B; }
span { border-color: rgb(139,83,107); }
td.TdClassName
{
border-color: #8B536B;
}
.TagClassName
{
border-color: #8B536B;
}
</style>