#845161

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

Shades of Cannon Pink #845161

Tints of Cannon Pink #845161

Color information

#845161 (or 0x845161) is unknown color: approx Cannon Pink. HEX triplet: 84, 51 and 61. RGB value is (132,81,97). Sum of RGB (Red+Green+Blue) = 132+81+97=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #845161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845161 is #7BAE9E. Grayscale: #626262. Windows color (decimal): -8105631 or 6377860. OLE color: 6377860.

HSL color Cylindrical-coordinate representation of color #845161: hue angle of 341.18º degrees, saturation: 0.24, 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 #845161 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB1328197-
CMYK00.390.270.48
HSL341.18º23.94%41.76%-
HSV(B)341.18º38.64%51.76%-
XYZ14.6211.6512.79-
YUV98.07127.4152.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 81 (32.03% from 255) = 26.13%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=42.58%
G=26.13%
B=31.29%

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
Decimal132819700.390.270.48341.1823.9441.76
Hex8451610271B30155182a
Octal20412114104733605253052
Binary100001001010001110000101001111101111000010101010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845161; }

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

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

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

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

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

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

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

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