#7E1852

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

Shades of Pompadour #7E1852

Tints of Pompadour #7E1852

Color information

#7E1852 (or 0x7E1852) is unknown color: approx Pompadour. HEX triplet: 7E, 18 and 52. RGB value is (126,24,82). Sum of RGB (Red+Green+Blue) = 126+24+82=232 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.31% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 126 - color contains mainly: red. Hex color #7E1852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E1852 is #81E7AD. Grayscale: #3C3C3C. Windows color (decimal): -8513454 or 5380222. OLE color: 5380222.

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

Color convert

RGB1262482-
CMYK00.810.350.51
HSL325.88º68%29.41%-
HSV(B)325.88º80.95%49.41%-
XYZ10.455.78.53-
YUV61.11139.79174.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 54.31%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=54.31%
G=10.34%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126248200.810.350.51325.886829.41
Hex7E18520512333146441d
Octal176301220121436350610435
Binary111111011000101001001010001100011110011101000110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E1852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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