#7E1850

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

Shades of Pompadour #7E1850

Tints of Pompadour #7E1850

Color information

#7E1850 (or 0x7E1850) is unknown color: approx Pompadour. HEX triplet: 7E, 18 and 50. RGB value is (126,24,80). Sum of RGB (Red+Green+Blue) = 126+24+80=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1850 is #81E7AF. Grayscale: #3C3C3C. Windows color (decimal): -8513456 or 5249150. OLE color: 5249150.

HSL color Cylindrical-coordinate representation of color #7E1850: hue angle of 327.06º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E1850 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB1262480-
CMYK00.810.370.51
HSL327.06º68%29.41%-
HSV(B)327.06º80.95%49.41%-
XYZ10.385.678.14-
YUV60.88138.79174.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.78%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=54.78%
G=10.43%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126248000.810.370.51327.066829.41
Hex7E18500512533147441d
Octal176301200121456350710435
Binary111111011000101000001010001100101110011101000111100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,80); }

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

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

 a { background-color: rgb(126,24,80); }

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

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

 span { border-color: rgb(126,24,80); }

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