#845561

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

Shades of Cannon Pink #845561

Tints of Cannon Pink #845561

Color information

#845561 (or 0x845561) is unknown color: approx Cannon Pink. HEX triplet: 84, 55 and 61. RGB value is (132,85,97). Sum of RGB (Red+Green+Blue) = 132+85+97=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845561 is #7BAA9E. Grayscale: #646464. Windows color (decimal): -8104607 or 6378884. OLE color: 6378884.

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

Color convert

RGB1328597-
CMYK00.360.270.48
HSL344.68º21.66%42.55%-
HSV(B)344.68º35.61%51.76%-
XYZ14.9212.2712.89-
YUV100.42126.07150.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 85 (33.59% from 255) = 27.07%
BLUE value IS 97 (38.28% from 255) = 30.89%
R=42.04%
G=27.07%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132859700.360.270.48344.6821.6642.55
Hex8455610241B30159162b
Octal20412514104433605312653
Binary100001001010101110000101001001101111000010101100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845561; }

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

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

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

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

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

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

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

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