#7C1A44

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

Shades of Pompadour #7C1A44

Tints of Pompadour #7C1A44

Color information

#7C1A44 (or 0x7C1A44) is unknown color: approx Pompadour. HEX triplet: 7C, 1A and 44. RGB value is (124,26,68). Sum of RGB (Red+Green+Blue) = 124+26+68=218 (28% of max value = 765). Red value is 124 (48.83% from 255 or 56.88% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C1A44 is #83E5BB. Grayscale: #3C3C3C. Windows color (decimal): -8644028 or 4463228. OLE color: 4463228.

HSL color Cylindrical-coordinate representation of color #7C1A44: hue angle of 334.29º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C1A44 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB1242668-
CMYK00.790.450.51
HSL334.29º65.33%29.41%-
HSV(B)334.29º79.03%48.63%-
XYZ9.725.446.01-
YUV60.09132.47173.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 56.88%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=56.88%
G=11.93%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124266800.790.450.51334.2965.3329.41
Hex7C1A4404F2D3314e411d
Octal174321040117556351610135
Binary111110011010100010001001111101101110011101001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,68); }

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

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

 a { background-color: rgb(124,26,68); }

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

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

 span { border-color: rgb(124,26,68); }

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