#845355

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

Shades of Solid Pink #845355

Tints of Solid Pink #845355

Color information

#845355 (or 0x845355) is unknown color: approx Solid Pink. HEX triplet: 84, 53 and 55. RGB value is (132,83,85). Sum of RGB (Red+Green+Blue) = 132+83+85=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #845355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845355 is #7BACAA. Grayscale: #616161. Windows color (decimal): -8105131 or 5591940. OLE color: 5591940.

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

Color convert

RGB1328385-
CMYK00.370.360.48
HSL357.55º22.79%42.16%-
HSV(B)357.55º37.12%51.76%-
XYZ14.2511.7510.11-
YUV97.88120.73152.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=44%
G=27.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132838500.370.360.48357.5522.7942.16
Hex8453550252430166172a
Octal20412312504544605462752
Binary1000010010100111010101010010110010011000010110011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845355; }

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

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

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

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

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

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

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

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