#804E52

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

Shades of Solid Pink #804E52

Tints of Solid Pink #804E52

Color information

#804E52 (or 0x804E52) is unknown color: approx Solid Pink. HEX triplet: 80, 4E and 52. RGB value is (128,78,82). Sum of RGB (Red+Green+Blue) = 128+78+82=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 128 - color contains mainly: red. Hex color #804E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804E52 is #7FB1AD. Grayscale: #5D5D5D. Windows color (decimal): -8368558 or 5394048. OLE color: 5394048.

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

Color convert

RGB1287882-
CMYK00.390.360.50
HSL355.2º24.27%40.39%-
HSV(B)355.2º39.06%50.2%-
XYZ13.1510.659.34-
YUV93.41121.56152.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=44.44%
G=27.08%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128788200.390.360.50355.224.2740.39
Hex804E5202724321631828
Octal20011612204744625433050
Binary1000000010011101010010010011110010011001010110001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,78,82); }

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

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

 a { background-color: rgb(128,78,82); }

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

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

 span { border-color: rgb(128,78,82); }

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