#845257

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

Shades of Solid Pink #845257

Tints of Solid Pink #845257

Color information

#845257 (or 0x845257) is unknown color: approx Solid Pink. HEX triplet: 84, 52 and 57. RGB value is (132,82,87). Sum of RGB (Red+Green+Blue) = 132+82+87=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845257 is #7BADA8. Grayscale: #616161. Windows color (decimal): -8105385 or 5722756. OLE color: 5722756.

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

Color convert

RGB1328287-
CMYK00.380.340.48
HSL354º23.36%41.96%-
HSV(B)354º37.88%51.76%-
XYZ14.2511.6310.51-
YUV97.52122.06152.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=43.85%
G=27.24%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132828700.380.340.4835423.3641.96
Hex8452570262230162172a
Octal20412212704642605422752
Binary1000010010100101010111010011010001011000010110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845257; }

 p { color: rgb(132,82,87); }

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

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

 a { background-color: rgb(132,82,87); }

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

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

 span { border-color: rgb(132,82,87); }

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