#844A5B

Color #844A5B Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #844A5B

Tints of Cannon Pink #844A5B

Color information

#844A5B (or 0x844A5B) is unknown color: approx Cannon Pink. HEX triplet: 84, 4A and 5B. RGB value is (132,74,91). Sum of RGB (Red+Green+Blue) = 132+74+91=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #844A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844A5B is #7BB5A4. Grayscale: #5D5D5D. Windows color (decimal): -8107429 or 5982852. OLE color: 5982852.

HSL color Cylindrical-coordinate representation of color #844A5B: hue angle of 342.41º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844A5B is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1327491-
CMYK00.440.310.48
HSL342.41º28.16%40.39%-
HSV(B)342.41º43.94%51.76%-
XYZ13.8510.5611.21-
YUV93.28126.72155.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=44.44%
G=24.92%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132749100.440.310.48342.4128.1640.39
Hex844A5B02C1F301561c28
Octal20411213305437605263450
Binary100001001001010101101101011001111111000010101011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A5B; }

 p { color: rgb(132,74,91); }

 H1.HeaderClassName
 {
   color: #844A5B;
 }
 .AnyTagClassName
 {
   color: #844A5B;
 }
</style>
background-color css

<style>
 a { background-color: #844A5B; }

 a { background-color: rgb(132,74,91); }

 div.DivClassName
 {
   background-color: #844A5B;
 }
 .BgClassName
 {
   background-color: #844A5B;
 }
</style>
border-color css

<style>
 span { border-color: #844A5B; }

 span { border-color: rgb(132,74,91); }

 td.TdClassName
 {
   border-color: #844A5B;
 }
 .TagClassName
 {
   border-color: #844A5B;
 }
</style>