#804F55

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

Shades of Solid Pink #804F55

Tints of Solid Pink #804F55

Color information

#804F55 (or 0x804F55) is unknown color: approx Solid Pink. HEX triplet: 80, 4F and 55. RGB value is (128,79,85). Sum of RGB (Red+Green+Blue) = 128+79+85=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #804F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #804F55 is #7FB0AA. Grayscale: #5E5E5E. Windows color (decimal): -8368299 or 5590912. OLE color: 5590912.

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

Color convert

RGB1287985-
CMYK00.380.340.50
HSL352.65º23.67%40.59%-
HSV(B)352.65º38.28%50.2%-
XYZ13.3410.849.98-
YUV94.34122.73152.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 85 (33.59% from 255) = 29.11%
R=43.84%
G=27.05%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128798500.380.340.50352.6523.6740.59
Hex804F5502622321611829
Octal20011712504642625413051
Binary1000000010011111010101010011010001011001010110000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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