#7E184A

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

Shades of Pompadour #7E184A

Tints of Pompadour #7E184A

Color information

#7E184A (or 0x7E184A) is unknown color: approx Pompadour. HEX triplet: 7E, 18 and 4A. RGB value is (126,24,74). Sum of RGB (Red+Green+Blue) = 126+24+74=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E184A is #81E7B5. Grayscale: #3C3C3C. Windows color (decimal): -8513462 or 4855934. OLE color: 4855934.

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

Color convert

RGB1262474-
CMYK00.810.410.51
HSL330.59º68%29.41%-
HSV(B)330.59º80.95%49.41%-
XYZ10.175.587.02-
YUV60.2135.79174.93-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 56.25%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 74 (29.30% from 255) = 33.04%
R=56.25%
G=10.71%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126247400.810.410.51330.596829.41
Hex7E184A051293314b441d
Octal176301120121516351310435
Binary111111011000100101001010001101001110011101001011100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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