#781E41

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

Shades of Pompadour #781E41

Tints of Pompadour #781E41

Color information

#781E41 (or 0x781E41) is unknown color: approx Pompadour. HEX triplet: 78, 1E and 41. RGB value is (120,30,65). Sum of RGB (Red+Green+Blue) = 120+30+65=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #781E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E41 is #87E1BE. Grayscale: #3C3C3C. Windows color (decimal): -8905151 or 4267640. OLE color: 4267640.

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

Color convert

RGB1203065-
CMYK00.750.460.53
HSL336.67º60%29.41%-
HSV(B)336.67º75%47.06%-
XYZ9.165.35.54-
YUV60.9130.32170.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=55.81%
G=13.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120306500.750.460.53336.676029.41
Hex781E4104B2E351513c1d
Octal17036101011356655217435
Binary11110001111010000010100101110111011010110101000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,30,65); }

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

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

 a { background-color: rgb(120,30,65); }

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

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

 span { border-color: rgb(120,30,65); }

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