#781A56

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

Shades of Pompadour #781A56

Tints of Pompadour #781A56

Color information

#781A56 (or 0x781A56) is unknown color: approx Pompadour. HEX triplet: 78, 1A and 56. RGB value is (120,26,86). Sum of RGB (Red+Green+Blue) = 120+26+86=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #781A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A56 is #87E5A9. Grayscale: #3C3C3C. Windows color (decimal): -8906154 or 5642872. OLE color: 5642872.

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

Color convert

RGB1202686-
CMYK00.780.280.53
HSL321.7º64.38%28.63%-
HSV(B)321.7º78.33%47.06%-
XYZ9.795.49.33-
YUV60.95142.14170.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 26 (10.55% from 255) = 11.21%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=51.72%
G=11.21%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120268600.780.280.53321.764.3828.63
Hex781A5604E1C35142401d
Octal170321260116346550210035
Binary11110001101010101100100111011100110101101000010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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