#804047

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

Shades of Solid Pink #804047

Tints of Solid Pink #804047

Color information

#804047 (or 0x804047) is unknown color: approx Solid Pink. HEX triplet: 80, 40 and 47. RGB value is (128,64,71). Sum of RGB (Red+Green+Blue) = 128+64+71=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #804047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804047 is #7FBFB8. Grayscale: #535353. Windows color (decimal): -8372153 or 4669568. OLE color: 4669568.

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

Color convert

RGB1286471-
CMYK00.50.450.50
HSL353.44º33.33%37.65%-
HSV(B)353.44º50%50.2%-
XYZ11.878.717.02-
YUV83.93120.7159.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.67%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 71 (28.12% from 255) = 27.00%
R=48.67%
G=24.33%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128647100.50.450.50353.4433.3337.65
Hex8040470322D321612126
Octal20010010706255625414146
Binary10000000100000010001110110010101101110010101100001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804047; }

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

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

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

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

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

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

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

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