#804447

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

Shades of Solid Pink #804447

Tints of Solid Pink #804447

Color information

#804447 (or 0x804447) is unknown color: approx Solid Pink. HEX triplet: 80, 44 and 47. RGB value is (128,68,71). Sum of RGB (Red+Green+Blue) = 128+68+71=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #804447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804447 is #7FBBB8. Grayscale: #565656. Windows color (decimal): -8371129 or 4670592. OLE color: 4670592.

HSL color Cylindrical-coordinate representation of color #804447: hue angle of 357º 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 #804447 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1286871-
CMYK00.470.450.50
HSL357º30.61%38.43%-
HSV(B)357º46.88%50.2%-
XYZ12.119.187.09-
YUV86.28119.38157.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 71 (28.12% from 255) = 26.59%
R=47.94%
G=25.47%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128687100.470.450.5035730.6138.43
Hex80444702F2D321651f26
Octal20010410705755625453746
Binary1000000010001001000111010111110110111001010110010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804447; }

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

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

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

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

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

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

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

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