Shades of Cannon Pink #844B5A
Tints of Cannon Pink #844B5A
RGB
CMYK
RGB Variations
Color information
#844B5A (or 0x844B5A) is known color: Cannon Pink. HEX triplet: 84, 4B and 5A. RGB value is (132,75,90). Sum of RGB (Red+Green+Blue) = 132+75+90=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B5A is #7BB4A5. Grayscale: #5D5D5D. Windows color (decimal): -8107174 or 5917572. OLE color: 5917572.
HSL color Cylindrical-coordinate representation of color #844B5A: hue angle of 344.21º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B5A is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 90 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.48 |
| HSL | 344.21º | 0.28% | 0.41% | - |
| HSV(B) | 344.21º | 0.43% | 0.52% | - |
| XYZ | 13.88 | 10.68 | 11 | - |
| YUV | 93.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 90 | 0 | 0.43 | 0.32 | 0.48 | 344.21 | 0.28 | 0.41 |
| Hex | 84 | 4B | 5A | 0 | 2B | 20 | 30 | 158 | 1C | 29 |
| Octal | 204 | 113 | 132 | 0 | 53 | 40 | 60 | 530 | 34 | 51 |
| Binary | 10000100 | 1001011 | 1011010 | 0 | 101011 | 100000 | 110000 | 101011000 | 11100 | 101001 |
Color Harmonies of #844B5A
Complementary color
Monochromatic Colors of #844B5A
Black with #844B5A
Text Example
Text Example
White with #844B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B5A; }
p { color: rgb(132,75,90); }
H1.HeaderClassName
{
color: #844B5A;
}
.AnyTagClassName
{
color: #844B5A;
}
</style>
background-color css
<style>
a { background-color: #844B5A; }
a { background-color: rgb(132,75,90); }
div.DivClassName
{
background-color: #844B5A;
}
.BgClassName
{
background-color: #844B5A;
}
</style>
border-color css
<style>
span { border-color: #844B5A; }
span { border-color: rgb(132,75,90); }
td.TdClassName
{
border-color: #844B5A;
}
.TagClassName
{
border-color: #844B5A;
}
</style>