#844E53

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

Shades of Solid Pink #844E53

Tints of Solid Pink #844E53

Color information

#844E53 (or 0x844E53) is unknown color: approx Solid Pink. HEX triplet: 84, 4E and 53. RGB value is (132,78,83). Sum of RGB (Red+Green+Blue) = 132+78+83=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #844E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E53 is #7BB1AC. Grayscale: #5E5E5E. Windows color (decimal): -8106413 or 5459588. OLE color: 5459588.

HSL color Cylindrical-coordinate representation of color #844E53: hue angle of 354.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E53 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB1327883-
CMYK00.410.370.48
HSL354.44º25.71%41.18%-
HSV(B)354.44º40.91%51.76%-
XYZ13.810.989.58-
YUV94.72121.39154.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.05%
GREEN value IS 78 (30.86% from 255) = 26.62%
BLUE value IS 83 (32.81% from 255) = 28.33%
R=45.05%
G=26.62%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132788300.410.370.48354.4425.7141.18
Hex844E5302925301621a29
Octal20411612305145605423251
Binary1000010010011101010011010100110010111000010110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844E53; }

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

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

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

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

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

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

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

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