#7E194C

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

Shades of Pompadour #7E194C

Tints of Pompadour #7E194C

Color information

#7E194C (or 0x7E194C) is unknown color: approx Pompadour. HEX triplet: 7E, 19 and 4C. RGB value is (126,25,76). Sum of RGB (Red+Green+Blue) = 126+25+76=227 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.51% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 126 - color contains mainly: red. Hex color #7E194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E194C is #81E6B3. Grayscale: #3C3C3C. Windows color (decimal): -8513204 or 4987262. OLE color: 4987262.

HSL color Cylindrical-coordinate representation of color #7E194C: hue angle of 329.7º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E194C is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1262576-
CMYK00.800.400.51
HSL329.7º66.89%29.61%-
HSV(B)329.7º80.16%49.41%-
XYZ10.265.657.39-
YUV61.01136.46174.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.51%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 76 (30.08% from 255) = 33.48%
R=55.51%
G=11.01%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126257600.800.400.51329.766.8929.61
Hex7E194C050283314a431e
Octal176311140120506351210336
Binary111111011001100110001010000101000110011101001010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,25,76); }

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

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

 a { background-color: rgb(126,25,76); }

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

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

 span { border-color: rgb(126,25,76); }

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