#845461

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

Shades of Cannon Pink #845461

Tints of Cannon Pink #845461

Color information

#845461 (or 0x845461) is unknown color: approx Cannon Pink. HEX triplet: 84, 54 and 61. RGB value is (132,84,97). Sum of RGB (Red+Green+Blue) = 132+84+97=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #845461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845461 is #7BAB9E. Grayscale: #636363. Windows color (decimal): -8104863 or 6378628. OLE color: 6378628.

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

Color convert

RGB1328497-
CMYK00.360.270.48
HSL343.75º22.22%42.35%-
HSV(B)343.75º36.36%51.76%-
XYZ14.8412.1112.86-
YUV99.83126.4150.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 97 (38.28% from 255) = 30.99%
R=42.17%
G=26.84%
B=30.99%

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
Decimal132849700.360.270.48343.7522.2242.35
Hex8454610241B30158162a
Octal20412414104433605302652
Binary100001001010100110000101001001101111000010101100010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845461; }

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

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

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

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

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

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

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

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