#804D55

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

Shades of Solid Pink #804D55

Tints of Solid Pink #804D55

Color information

#804D55 (or 0x804D55) is unknown color: approx Solid Pink. HEX triplet: 80, 4D and 55. RGB value is (128,77,85). Sum of RGB (Red+Green+Blue) = 128+77+85=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #804D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D55 is #7FB2AA. Grayscale: #5D5D5D. Windows color (decimal): -8368811 or 5590400. OLE color: 5590400.

HSL color Cylindrical-coordinate representation of color #804D55: hue angle of 350.59º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #804D55 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1287785-
CMYK00.400.340.50
HSL350.59º24.88%40.2%-
HSV(B)350.59º39.84%50.2%-
XYZ13.210.559.94-
YUV93.16123.4152.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 85 (33.59% from 255) = 29.31%
R=44.14%
G=26.55%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128778500.400.340.50350.5924.8840.2
Hex804D55028223215f1928
Octal20011512505042625373150
Binary1000000010011011010101010100010001011001010101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804D55; }

 p { color: rgb(128,77,85); }

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

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

 a { background-color: rgb(128,77,85); }

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

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

 span { border-color: rgb(128,77,85); }

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