#845057

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

Shades of Solid Pink #845057

Tints of Solid Pink #845057

Color information

#845057 (or 0x845057) is unknown color: approx Solid Pink. HEX triplet: 84, 50 and 57. RGB value is (132,80,87). Sum of RGB (Red+Green+Blue) = 132+80+87=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #845057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845057 is #7BAFA8. Grayscale: #606060. Windows color (decimal): -8105897 or 5722244. OLE color: 5722244.

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

Color convert

RGB1328087-
CMYK00.390.340.48
HSL351.92º24.53%41.57%-
HSV(B)351.92º39.39%51.76%-
XYZ14.111.3310.46-
YUV96.35122.73153.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=44.15%
G=26.76%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132808700.390.340.48351.9224.5341.57
Hex8450570272230160192a
Octal20412012704742605403152
Binary1000010010100001010111010011110001011000010110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845057; }

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

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

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

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

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

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

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

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