#801347

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

Shades of Pompadour #801347

Tints of Pompadour #801347

Color information

#801347 (or 0x801347) is unknown color: approx Pompadour. HEX triplet: 80, 13 and 47. RGB value is (128,19,71). Sum of RGB (Red+Green+Blue) = 128+19+71=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #801347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801347 is #7FECB8. Grayscale: #393939. Windows color (decimal): -8383673 or 4658048. OLE color: 4658048.

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

Color convert

RGB1281971-
CMYK00.850.450.50
HSL331.38º74.15%28.82%-
HSV(B)331.38º85.16%50.2%-
XYZ10.275.516.48-
YUV57.52135.61178.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 58.72%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=58.72%
G=8.72%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128197100.850.450.50331.3874.1528.82
Hex8013470552D3214b4a1d
Octal200231070125556251311235
Binary1000000010011100011101010101101101110010101001011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801347; }

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

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

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

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

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

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

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

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