#845363

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

Shades of Cannon Pink #845363

Tints of Cannon Pink #845363

Color information

#845363 (or 0x845363) is unknown color: approx Cannon Pink. HEX triplet: 84, 53 and 63. RGB value is (132,83,99). Sum of RGB (Red+Green+Blue) = 132+83+99=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845363 is #7BAC9C. Grayscale: #636363. Windows color (decimal): -8105117 or 6509444. OLE color: 6509444.

HSL color Cylindrical-coordinate representation of color #845363: hue angle of 340.41º 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 #845363 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB1328399-
CMYK00.370.250.48
HSL340.41º22.79%42.16%-
HSV(B)340.41º37.12%51.76%-
XYZ14.8611.9913.34-
YUV99.48127.73151.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 99 (39.06% from 255) = 31.53%
R=42.04%
G=26.43%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132839900.370.250.48340.4122.7942.16
Hex8453630251930154172a
Octal20412314304531605242752
Binary100001001010011110001101001011100111000010101010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845363; }

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

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

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

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

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

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

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

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