#7E1940

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

Shades of Pompadour #7E1940

Tints of Pompadour #7E1940

Color information

#7E1940 (or 0x7E1940) is unknown color: approx Pompadour. HEX triplet: 7E, 19 and 40. RGB value is (126,25,64). Sum of RGB (Red+Green+Blue) = 126+25+64=215 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.60% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E1940 is #81E6BF. Grayscale: #3B3B3B. Windows color (decimal): -8513216 or 4200830. OLE color: 4200830.

HSL color Cylindrical-coordinate representation of color #7E1940: hue angle of 336.83º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E1940 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB1262564-
CMYK00.800.490.51
HSL336.83º66.89%29.61%-
HSV(B)336.83º80.16%49.41%-
XYZ9.885.55.39-
YUV59.64130.46175.33-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.60%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=58.60%
G=11.63%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126256400.800.490.51336.8366.8929.61
Hex7E19400503133151431e
Octal176311000120616352110336
Binary111111011001100000001010000110001110011101010001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E1940; }

 p { color: rgb(126,25,64); }

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

<style>
 a { background-color: #7E1940; }

 a { background-color: rgb(126,25,64); }

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

<style>
 span { border-color: #7E1940; }

 span { border-color: rgb(126,25,64); }

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