#7D144A

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

Shades of Pompadour #7D144A

Tints of Pompadour #7D144A

Color information

#7D144A (or 0x7D144A) is unknown color: approx Pompadour. HEX triplet: 7D, 14 and 4A. RGB value is (125,20,74). Sum of RGB (Red+Green+Blue) = 125+20+74=219 (29% of max value = 765). Red value is 125 (49.22% from 255 or 57.08% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 125 - color contains mainly: red. Hex color #7D144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D144A is #82EBB5. Grayscale: #393939. Windows color (decimal): -8580022 or 4854909. OLE color: 4854909.

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

Color convert

RGB1252074-
CMYK00.840.410.51
HSL329.14º72.41%28.43%-
HSV(B)329.14º84%49.02%-
XYZ9.945.356.99-
YUV57.55137.29176.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.08%
GREEN value IS 20 (8.20% from 255) = 9.13%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=57.08%
G=9.13%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125207400.840.410.51329.1472.4128.43
Hex7D144A0542933149481c
Octal175241120124516351111034
Binary111110110100100101001010100101001110011101001001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,20,74); }

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

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

 a { background-color: rgb(125,20,74); }

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

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

 span { border-color: rgb(125,20,74); }

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