#804449

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

Shades of Solid Pink #804449

Tints of Solid Pink #804449

Color information

#804449 (or 0x804449) is unknown color: approx Solid Pink. HEX triplet: 80, 44 and 49. RGB value is (128,68,73). Sum of RGB (Red+Green+Blue) = 128+68+73=269 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.58% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 128 - color contains mainly: red. Hex color #804449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804449 is #7FBBB6. Grayscale: #565656. Windows color (decimal): -8371127 or 4801664. OLE color: 4801664.

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

Color convert

RGB1286873-
CMYK00.470.430.50
HSL355º30.61%38.43%-
HSV(B)355º46.88%50.2%-
XYZ12.179.27.44-
YUV86.51120.38157.59-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.58%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=47.58%
G=25.28%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128687300.470.430.5035530.6138.43
Hex80444902F2B321631f26
Octal20010411105753625433746
Binary1000000010001001001001010111110101111001010110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804449; }

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

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

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

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

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

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

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

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