#7E134C

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

Shades of Pompadour #7E134C

Tints of Pompadour #7E134C

Color information

#7E134C (or 0x7E134C) is unknown color: approx Pompadour. HEX triplet: 7E, 13 and 4C. RGB value is (126,19,76). Sum of RGB (Red+Green+Blue) = 126+19+76=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E134C is #81ECB3. Grayscale: #393939. Windows color (decimal): -8514740 or 4985726. OLE color: 4985726.

HSL color Cylindrical-coordinate representation of color #7E134C: hue angle of 328.04º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E134C is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1261976-
CMYK00.850.400.51
HSL328.04º73.79%28.43%-
HSV(B)328.04º84.92%49.41%-
XYZ10.145.427.35-
YUV57.49138.45176.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 57.01%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=57.01%
G=8.60%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126197600.850.400.51328.0473.7928.43
Hex7E134C05528331484a1c
Octal176231140125506351011234
Binary111111010011100110001010101101000110011101001000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E134C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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