#845356

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

Shades of Solid Pink #845356

Tints of Solid Pink #845356

Color information

#845356 (or 0x845356) is unknown color: approx Solid Pink. HEX triplet: 84, 53 and 56. RGB value is (132,83,86). Sum of RGB (Red+Green+Blue) = 132+83+86=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845356 is #7BACA9. Grayscale: #626262. Windows color (decimal): -8105130 or 5657476. OLE color: 5657476.

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

Color convert

RGB1328386-
CMYK00.370.350.48
HSL356.33º22.79%42.16%-
HSV(B)356.33º37.12%51.76%-
XYZ14.2911.7610.32-
YUV97.99121.23152.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 83 (32.81% from 255) = 27.57%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=43.85%
G=27.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132838600.370.350.48356.3322.7942.16
Hex8453560252330164172a
Octal20412312604543605442752
Binary1000010010100111010110010010110001111000010110010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845356; }

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

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

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

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

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

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

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

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