#801746

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

Shades of Pompadour #801746

Tints of Pompadour #801746

Color information

#801746 (or 0x801746) is unknown color: approx Pompadour. HEX triplet: 80, 17 and 46. RGB value is (128,23,70). Sum of RGB (Red+Green+Blue) = 128+23+70=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #801746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801746 is #7FE8B9. Grayscale: #3B3B3B. Windows color (decimal): -8382650 or 4593536. OLE color: 4593536.

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

Color convert

RGB1282370-
CMYK00.820.450.50
HSL333.14º69.54%29.61%-
HSV(B)333.14º82.03%50.2%-
XYZ10.315.646.34-
YUV59.75133.79176.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 57.92%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=57.92%
G=10.41%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128237000.820.450.50333.1469.5429.61
Hex8017460522D3214d461e
Octal200271060122556251510636
Binary1000000010111100011001010010101101110010101001101100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801746; }

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

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

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

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

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

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

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

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