#804849

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

Shades of Solid Pink #804849

Tints of Solid Pink #804849

Color information

#804849 (or 0x804849) is unknown color: approx Solid Pink. HEX triplet: 80, 48 and 49. RGB value is (128,72,73). Sum of RGB (Red+Green+Blue) = 128+72+73=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #804849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804849 is #7FB7B6. Grayscale: #585858. Windows color (decimal): -8370103 or 4802688. OLE color: 4802688.

HSL color Cylindrical-coordinate representation of color #804849: hue angle of 358.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #804849 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1287273-
CMYK00.440.430.50
HSL358.93º28%39.22%-
HSV(B)358.93º43.75%50.2%-
XYZ12.429.77.52-
YUV88.86119.05155.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 73 (28.91% from 255) = 26.74%
R=46.89%
G=26.37%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128727300.440.430.50358.932839.22
Hex80484902C2B321671c27
Octal20011011105453625473447
Binary1000000010010001001001010110010101111001010110011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804849; }

 p { color: rgb(128,72,73); }

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

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

 a { background-color: rgb(128,72,73); }

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

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

 span { border-color: rgb(128,72,73); }

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