#781A55

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

Shades of Pompadour #781A55

Tints of Pompadour #781A55

Color information

#781A55 (or 0x781A55) is unknown color: approx Pompadour. HEX triplet: 78, 1A and 55. RGB value is (120,26,85). Sum of RGB (Red+Green+Blue) = 120+26+85=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #781A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A55 is #87E5AA. Grayscale: #3C3C3C. Windows color (decimal): -8906155 or 5577336. OLE color: 5577336.

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

Color convert

RGB1202685-
CMYK00.780.290.53
HSL322.34º64.38%28.63%-
HSV(B)322.34º78.33%47.06%-
XYZ9.755.399.12-
YUV60.83141.64170.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 26 (10.55% from 255) = 11.26%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=51.95%
G=11.26%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120268500.780.290.53322.3464.3828.63
Hex781A5504E1D35142401d
Octal170321250116356550210035
Binary11110001101010101010100111011101110101101000010100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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