#7E184D

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

Shades of Pompadour #7E184D

Tints of Pompadour #7E184D

Color information

#7E184D (or 0x7E184D) is unknown color: approx Pompadour. HEX triplet: 7E, 18 and 4D. RGB value is (126,24,77). Sum of RGB (Red+Green+Blue) = 126+24+77=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E184D is #81E7B2. Grayscale: #3C3C3C. Windows color (decimal): -8513459 or 5052542. OLE color: 5052542.

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

Color convert

RGB1262477-
CMYK00.810.390.51
HSL328.82º68%29.41%-
HSV(B)328.82º80.95%49.41%-
XYZ10.275.627.57-
YUV60.54137.29174.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.51%
GREEN value IS 24 (9.77% from 255) = 10.57%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=55.51%
G=10.57%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126247700.810.390.51328.826829.41
Hex7E184D0512733149441d
Octal176301150121476351110435
Binary111111011000100110101010001100111110011101001001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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