#781D4C

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

Shades of Pompadour #781D4C

Tints of Pompadour #781D4C

Color information

#781D4C (or 0x781D4C) is unknown color: approx Pompadour. HEX triplet: 78, 1D and 4C. RGB value is (120,29,76). Sum of RGB (Red+Green+Blue) = 120+29+76=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D4C is #87E2B3. Grayscale: #3D3D3D. Windows color (decimal): -8905396 or 4988280. OLE color: 4988280.

HSL color Cylindrical-coordinate representation of color #781D4C: hue angle of 329.01º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D4C is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1202976-
CMYK00.760.370.53
HSL329.01º61.07%29.22%-
HSV(B)329.01º75.83%47.06%-
XYZ9.495.397.38-
YUV61.57136.15169.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 29 (11.72% from 255) = 12.89%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=53.33%
G=12.89%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120297600.760.370.53329.0161.0729.22
Hex781D4C04C25351493d1d
Octal17035114011445655117535
Binary11110001110110011000100110010010111010110100100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781D4C; }

 p { color: rgb(120,29,76); }

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

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

 a { background-color: rgb(120,29,76); }

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

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

 span { border-color: rgb(120,29,76); }

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