#781D56

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

Shades of Pompadour #781D56

Tints of Pompadour #781D56

Color information

#781D56 (or 0x781D56) is unknown color: approx Pompadour. HEX triplet: 78, 1D and 56. RGB value is (120,29,86). Sum of RGB (Red+Green+Blue) = 120+29+86=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #781D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D56 is #87E2A9. Grayscale: #3E3E3E. Windows color (decimal): -8905386 or 5643640. OLE color: 5643640.

HSL color Cylindrical-coordinate representation of color #781D56: hue angle of 322.42º 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 #781D56 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1202986-
CMYK00.760.280.53
HSL322.42º61.07%29.22%-
HSV(B)322.42º75.83%47.06%-
XYZ9.865.549.35-
YUV62.71141.15168.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=51.06%
G=12.34%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120298600.760.280.53322.4261.0729.22
Hex781D5604C1C351423d1d
Octal17035126011434655027535
Binary1111000111011010110010011001110011010110100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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