#7E184E

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

Shades of Pompadour #7E184E

Tints of Pompadour #7E184E

Color information

#7E184E (or 0x7E184E) is unknown color: approx Pompadour. HEX triplet: 7E, 18 and 4E. RGB value is (126,24,78). Sum of RGB (Red+Green+Blue) = 126+24+78=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E184E is #81E7B1. Grayscale: #3C3C3C. Windows color (decimal): -8513458 or 5118078. OLE color: 5118078.

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

Color convert

RGB1262478-
CMYK00.810.380.51
HSL328.24º68%29.41%-
HSV(B)328.24º80.95%49.41%-
XYZ10.315.647.75-
YUV60.65137.79174.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.26%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=55.26%
G=10.53%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126247800.810.380.51328.246829.41
Hex7E184E0512633148441d
Octal176301160121466351010435
Binary111111011000100111001010001100110110011101001000100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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