#845364

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

Shades of Cannon Pink #845364

Tints of Cannon Pink #845364

Color information

#845364 (or 0x845364) is unknown color: approx Cannon Pink. HEX triplet: 84, 53 and 64. RGB value is (132,83,100). Sum of RGB (Red+Green+Blue) = 132+83+100=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845364 is #7BAC9B. Grayscale: #636363. Windows color (decimal): -8105116 or 6574980. OLE color: 6574980.

HSL color Cylindrical-coordinate representation of color #845364: hue angle of 339.18º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #845364 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13283100-
CMYK00.370.240.48
HSL339.18º22.79%42.16%-
HSV(B)339.18º37.12%51.76%-
XYZ14.9112.0113.59-
YUV99.59128.23151.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=41.90%
G=26.35%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328310000.370.240.48339.1822.7942.16
Hex8453640251830153172a
Octal20412314404530605232752
Binary100001001010011110010001001011100011000010101001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845364; }

 p { color: rgb(132,83,100); }

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

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

 a { background-color: rgb(132,83,100); }

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

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

 span { border-color: rgb(132,83,100); }

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