#844E5F

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

Shades of Cannon Pink #844E5F

Tints of Cannon Pink #844E5F

Color information

#844E5F (or 0x844E5F) is unknown color: approx Cannon Pink. HEX triplet: 84, 4E and 5F. RGB value is (132,78,95). Sum of RGB (Red+Green+Blue) = 132+78+95=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #844E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E5F is #7BB1A0. Grayscale: #606060. Windows color (decimal): -8106401 or 6246020. OLE color: 6246020.

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

Color convert

RGB1327895-
CMYK00.410.280.48
HSL341.11º25.71%41.18%-
HSV(B)341.11º40.91%51.76%-
XYZ14.3111.1812.23-
YUV96.08127.39153.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=43.28%
G=25.57%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132789500.410.280.48341.1125.7141.18
Hex844E5F0291C301551a29
Octal20411613705134605253251
Binary100001001001110101111101010011110011000010101010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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