#804446

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

Shades of Solid Pink #804446

Tints of Solid Pink #804446

Color information

#804446 (or 0x804446) is unknown color: approx Solid Pink. HEX triplet: 80, 44 and 46. RGB value is (128,68,70). Sum of RGB (Red+Green+Blue) = 128+68+70=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #804446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804446 is #7FBBB9. Grayscale: #565656. Windows color (decimal): -8371130 or 4605056. OLE color: 4605056.

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

Color convert

RGB1286870-
CMYK00.470.450.50
HSL358º30.61%38.43%-
HSV(B)358º46.88%50.2%-
XYZ12.079.176.93-
YUV86.17118.88157.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=48.12%
G=25.56%
B=26.32%

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
Decimal128687000.470.450.5035830.6138.43
Hex80444602F2D321661f26
Octal20010410605755625463746
Binary1000000010001001000110010111110110111001010110011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804446; }

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

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

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

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

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

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

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

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