#804448

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

Shades of Solid Pink #804448

Tints of Solid Pink #804448

Color information

#804448 (or 0x804448) is unknown color: approx Solid Pink. HEX triplet: 80, 44 and 48. RGB value is (128,68,72). Sum of RGB (Red+Green+Blue) = 128+68+72=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #804448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804448 is #7FBBB7. Grayscale: #565656. Windows color (decimal): -8371128 or 4736128. OLE color: 4736128.

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

Color convert

RGB1286872-
CMYK00.470.440.50
HSL356º30.61%38.43%-
HSV(B)356º46.88%50.2%-
XYZ12.149.197.27-
YUV86.4119.88157.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=47.76%
G=25.37%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128687200.470.440.5035630.6138.43
Hex80444802F2C321641f26
Octal20010411005754625443746
Binary1000000010001001001000010111110110011001010110010011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804448; }

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

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

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

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

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

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

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

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