#845053

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

Shades of Solid Pink #845053

Tints of Solid Pink #845053

Color information

#845053 (or 0x845053) is unknown color: approx Solid Pink. HEX triplet: 84, 50 and 53. RGB value is (132,80,83). Sum of RGB (Red+Green+Blue) = 132+80+83=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #845053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845053 is #7BAFAC. Grayscale: #5F5F5F. Windows color (decimal): -8105901 or 5460100. OLE color: 5460100.

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

Color convert

RGB1328083-
CMYK00.390.370.48
HSL356.54º24.53%41.57%-
HSV(B)356.54º39.39%51.76%-
XYZ13.9511.279.62-
YUV95.89120.73153.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 83 (32.81% from 255) = 28.14%
R=44.75%
G=27.12%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132808300.390.370.48356.5424.5341.57
Hex8450530272530165192a
Octal20412012304745605453152
Binary1000010010100001010011010011110010111000010110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845053; }

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

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

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

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

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

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

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

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