#7C1449

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

Shades of Pompadour #7C1449

Tints of Pompadour #7C1449

Color information

#7C1449 (or 0x7C1449) is unknown color: approx Pompadour. HEX triplet: 7C, 14 and 49. RGB value is (124,20,73). Sum of RGB (Red+Green+Blue) = 124+20+73=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C1449 is #83EBB6. Grayscale: #393939. Windows color (decimal): -8645559 or 4789372. OLE color: 4789372.

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

Color convert

RGB1242073-
CMYK00.840.410.51
HSL329.42º72.22%28.24%-
HSV(B)329.42º83.87%48.63%-
XYZ9.765.276.81-
YUV57.14136.96175.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=57.14%
G=9.22%
B=33.64%

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
Decimal124207300.840.410.51329.4272.2228.24
Hex7C14490542933149481c
Octal174241110124516351111034
Binary111110010100100100101010100101001110011101001001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,20,73); }

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

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

 a { background-color: rgb(124,20,73); }

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

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

 span { border-color: rgb(124,20,73); }

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