Shades of Cannon Pink #8B4A5A
Tints of Cannon Pink #8B4A5A
RGB
CMYK
RGB Variations
Color information
#8B4A5A (or 0x8B4A5A) is known color: Cannon Pink. HEX triplet: 8B, 4A and 5A. RGB value is (139,74,90). Sum of RGB (Red+Green+Blue) = 139+74+90=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A5A is #74B5A5. Grayscale: #5F5F5F. Windows color (decimal): -7648678 or 5917323. OLE color: 5917323.
HSL color Cylindrical-coordinate representation of color #8B4A5A: hue angle of 345.23º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A5A is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 90 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.45 |
| HSL | 345.23º | 0.31% | 0.42% | - |
| HSV(B) | 345.23º | 0.47% | 0.55% | - |
| XYZ | 14.94 | 11.12 | 11.03 | - |
| YUV | 95.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 90 | 0 | 0.47 | 0.35 | 0.45 | 345.23 | 0.31 | 0.42 |
| Hex | 8B | 4A | 5A | 0 | 2F | 23 | 2D | 159 | 1F | 2A |
| Octal | 213 | 112 | 132 | 0 | 57 | 43 | 55 | 531 | 37 | 52 |
| Binary | 10001011 | 1001010 | 1011010 | 0 | 101111 | 100011 | 101101 | 101011001 | 11111 | 101010 |
Color Harmonies of #8B4A5A
Complementary color
Monochromatic Colors of #8B4A5A
Black with #8B4A5A
Text Example
Text Example
White with #8B4A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A5A; }
p { color: rgb(139,74,90); }
H1.HeaderClassName
{
color: #8B4A5A;
}
.AnyTagClassName
{
color: #8B4A5A;
}
</style>
background-color css
<style>
a { background-color: #8B4A5A; }
a { background-color: rgb(139,74,90); }
div.DivClassName
{
background-color: #8B4A5A;
}
.BgClassName
{
background-color: #8B4A5A;
}
</style>
border-color css
<style>
span { border-color: #8B4A5A; }
span { border-color: rgb(139,74,90); }
td.TdClassName
{
border-color: #8B4A5A;
}
.TagClassName
{
border-color: #8B4A5A;
}
</style>