#782047

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

Shades of Pompadour #782047

Tints of Pompadour #782047

Color information

#782047 (or 0x782047) is unknown color: approx Pompadour. HEX triplet: 78, 20 and 47. RGB value is (120,32,71). Sum of RGB (Red+Green+Blue) = 120+32+71=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #782047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782047 is #87DFB8. Grayscale: #3E3E3E. Windows color (decimal): -8904633 or 4661368. OLE color: 4661368.

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

Color convert

RGB1203271-
CMYK00.730.410.53
HSL333.41º57.89%29.8%-
HSV(B)333.41º73.33%47.06%-
XYZ9.45.486.52-
YUV62.76132.65168.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 71 (28.12% from 255) = 31.84%
R=53.81%
G=14.35%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120327100.730.410.53333.4157.8929.8
Hex782047049293514d3a1e
Octal17040107011151655157236
Binary111100010000010001110100100110100111010110100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782047; }

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

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

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

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

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

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

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

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