#7C194F

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

Shades of Pompadour #7C194F

Tints of Pompadour #7C194F

Color information

#7C194F (or 0x7C194F) is unknown color: approx Pompadour. HEX triplet: 7C, 19 and 4F. RGB value is (124,25,79). Sum of RGB (Red+Green+Blue) = 124+25+79=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C194F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C194F is #83E6B0. Grayscale: #3C3C3C. Windows color (decimal): -8644273 or 5183868. OLE color: 5183868.

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

Color convert

RGB1242579-
CMYK00.800.360.51
HSL327.27º66.44%29.22%-
HSV(B)327.27º79.84%48.63%-
XYZ10.075.547.94-
YUV60.76138.3173.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.39%
GREEN value IS 25 (10.16% from 255) = 10.96%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=54.39%
G=10.96%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124257900.800.360.51327.2766.4429.22
Hex7C194F0502433147421d
Octal174311170120446350710235
Binary111110011001100111101010000100100110011101000111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C194F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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