#804D53

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

Shades of Solid Pink #804D53

Tints of Solid Pink #804D53

Color information

#804D53 (or 0x804D53) is unknown color: approx Solid Pink. HEX triplet: 80, 4D and 53. RGB value is (128,77,83). Sum of RGB (Red+Green+Blue) = 128+77+83=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804D53 is #7FB2AC. Grayscale: #5C5C5C. Windows color (decimal): -8368813 or 5459328. OLE color: 5459328.

HSL color Cylindrical-coordinate representation of color #804D53: hue angle of 352.94º 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 #804D53 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1287783-
CMYK00.400.350.50
HSL352.94º24.88%40.2%-
HSV(B)352.94º39.84%50.2%-
XYZ13.1210.529.52-
YUV92.93122.4153.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=44.44%
G=26.74%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128778300.400.350.50352.9424.8840.2
Hex804D5302823321611928
Octal20011512305043625413150
Binary1000000010011011010011010100010001111001010110000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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