#844D5F

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

Shades of Cannon Pink #844D5F

Tints of Cannon Pink #844D5F

Color information

#844D5F (or 0x844D5F) is unknown color: approx Cannon Pink. HEX triplet: 84, 4D and 5F. RGB value is (132,77,95). Sum of RGB (Red+Green+Blue) = 132+77+95=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #844D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844D5F is #7BB2A0. Grayscale: #5F5F5F. Windows color (decimal): -8106657 or 6245764. OLE color: 6245764.

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

Color convert

RGB1327795-
CMYK00.420.280.48
HSL340.36º26.32%40.98%-
HSV(B)340.36º41.67%51.76%-
XYZ14.2411.0412.21-
YUV95.5127.72154.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=43.42%
G=25.33%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132779500.420.280.48340.3626.3240.98
Hex844D5F02A1C301541a29
Octal20411513705234605243251
Binary100001001001101101111101010101110011000010101010011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,95); }

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

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

 a { background-color: rgb(132,77,95); }

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

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

 span { border-color: rgb(132,77,95); }

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