#781D55

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

Shades of Pompadour #781D55

Tints of Pompadour #781D55

Color information

#781D55 (or 0x781D55) is unknown color: approx Pompadour. HEX triplet: 78, 1D and 55. RGB value is (120,29,85). Sum of RGB (Red+Green+Blue) = 120+29+85=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D55 is #87E2AA. Grayscale: #3E3E3E. Windows color (decimal): -8905387 or 5578104. OLE color: 5578104.

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

Color convert

RGB1202985-
CMYK00.760.290.53
HSL323.08º61.07%29.22%-
HSV(B)323.08º75.83%47.06%-
XYZ9.825.539.14-
YUV62.59140.65168.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 29 (11.72% from 255) = 12.39%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=51.28%
G=12.39%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120298500.760.290.53323.0861.0729.22
Hex781D5504C1D351433d1d
Octal17035125011435655037535
Binary1111000111011010101010011001110111010110100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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