#845061

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

Shades of Cannon Pink #845061

Tints of Cannon Pink #845061

Color information

#845061 (or 0x845061) is unknown color: approx Cannon Pink. HEX triplet: 84, 50 and 61. RGB value is (132,80,97). Sum of RGB (Red+Green+Blue) = 132+80+97=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #845061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845061 is #7BAF9E. Grayscale: #616161. Windows color (decimal): -8105887 or 6377604. OLE color: 6377604.

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

Color convert

RGB1328097-
CMYK00.390.270.48
HSL340.38º24.53%41.57%-
HSV(B)340.38º39.39%51.76%-
XYZ14.5411.5112.76-
YUV97.49127.73152.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=42.72%
G=25.89%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132809700.390.270.48340.3824.5341.57
Hex8450610271B30154192a
Octal20412014104733605243152
Binary100001001010000110000101001111101111000010101010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845061; }

 p { color: rgb(132,80,97); }

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

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

 a { background-color: rgb(132,80,97); }

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

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

 span { border-color: rgb(132,80,97); }

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