#782049

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

Shades of Pompadour #782049

Tints of Pompadour #782049

Color information

#782049 (or 0x782049) is unknown color: approx Pompadour. HEX triplet: 78, 20 and 49. RGB value is (120,32,73). Sum of RGB (Red+Green+Blue) = 120+32+73=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #782049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782049 is #87DFB6. Grayscale: #3E3E3E. Windows color (decimal): -8904631 or 4792440. OLE color: 4792440.

HSL color Cylindrical-coordinate representation of color #782049: hue angle of 332.05º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782049 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1203273-
CMYK00.730.390.53
HSL332.05º57.89%29.8%-
HSV(B)332.05º73.33%47.06%-
XYZ9.465.516.87-
YUV62.99133.65168.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=53.33%
G=14.22%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120327300.730.390.53332.0557.8929.8
Hex782049049273514c3a1e
Octal17040111011147655147236
Binary111100010000010010010100100110011111010110100110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782049; }

 p { color: rgb(120,32,73); }

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

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

 a { background-color: rgb(120,32,73); }

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

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

 span { border-color: rgb(120,32,73); }

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