#7C194A

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

Shades of Pompadour #7C194A

Tints of Pompadour #7C194A

Color information

#7C194A (or 0x7C194A) is unknown color: approx Pompadour. HEX triplet: 7C, 19 and 4A. RGB value is (124,25,74). Sum of RGB (Red+Green+Blue) = 124+25+74=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7C194A is #83E6B5. Grayscale: #3C3C3C. Windows color (decimal): -8644278 or 4856188. OLE color: 4856188.

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

Color convert

RGB1242574-
CMYK00.800.400.51
HSL330.3º66.44%29.22%-
HSV(B)330.3º79.84%48.63%-
XYZ9.95.477.01-
YUV60.19135.8173.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.61%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=55.61%
G=11.21%
B=33.18%

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
Decimal124257400.800.400.51330.366.4429.22
Hex7C194A050283314a421d
Octal174311120120506351210235
Binary111110011001100101001010000101000110011101001010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,74); }

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

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

 a { background-color: rgb(124,25,74); }

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

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

 span { border-color: rgb(124,25,74); }

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