#782048

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

Shades of Pompadour #782048

Tints of Pompadour #782048

Color information

#782048 (or 0x782048) is unknown color: approx Pompadour. HEX triplet: 78, 20 and 48. RGB value is (120,32,72). Sum of RGB (Red+Green+Blue) = 120+32+72=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #782048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782048 is #87DFB7. Grayscale: #3E3E3E. Windows color (decimal): -8904632 or 4726904. OLE color: 4726904.

HSL color Cylindrical-coordinate representation of color #782048: hue angle of 332.73º 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 #782048 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1203272-
CMYK00.730.400.53
HSL332.73º57.89%29.8%-
HSV(B)332.73º73.33%47.06%-
XYZ9.435.496.69-
YUV62.87133.15168.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 72 (28.52% from 255) = 32.14%
R=53.57%
G=14.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120327200.730.400.53332.7357.8929.8
Hex782048049283514d3a1e
Octal17040110011150655157236
Binary111100010000010010000100100110100011010110100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782048; }

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

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

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

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

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

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

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

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