#844E54

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

Shades of Solid Pink #844E54

Tints of Solid Pink #844E54

Color information

#844E54 (or 0x844E54) is unknown color: approx Solid Pink. HEX triplet: 84, 4E and 54. RGB value is (132,78,84). Sum of RGB (Red+Green+Blue) = 132+78+84=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #844E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #844E54 is #7BB1AB. Grayscale: #5E5E5E. Windows color (decimal): -8106412 or 5525124. OLE color: 5525124.

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

Color convert

RGB1327884-
CMYK00.410.360.48
HSL353.33º25.71%41.18%-
HSV(B)353.33º40.91%51.76%-
XYZ13.8410.999.78-
YUV94.83121.89154.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 84 (33.20% from 255) = 28.57%
R=44.90%
G=26.53%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132788400.410.360.48353.3325.7141.18
Hex844E5402924301611a29
Octal20411612405144605413251
Binary1000010010011101010100010100110010011000010110000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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