#7E1855

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

Shades of Pompadour #7E1855

Tints of Pompadour #7E1855

Color information

#7E1855 (or 0x7E1855) is unknown color: approx Pompadour. HEX triplet: 7E, 18 and 55. RGB value is (126,24,85). Sum of RGB (Red+Green+Blue) = 126+24+85=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1855 is #81E7AA. Grayscale: #3D3D3D. Windows color (decimal): -8513451 or 5576830. OLE color: 5576830.

HSL color Cylindrical-coordinate representation of color #7E1855: hue angle of 324.12º 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 #7E1855 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1262485-
CMYK00.810.330.51
HSL324.12º68%29.41%-
HSV(B)324.12º80.95%49.41%-
XYZ10.575.749.15-
YUV61.45141.29174.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.62%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=53.62%
G=10.21%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126248500.810.330.51324.126829.41
Hex7E18550512133144441d
Octal176301250121416350410435
Binary111111011000101010101010001100001110011101000100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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