#7C1654

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

Shades of Pompadour #7C1654

Tints of Pompadour #7C1654

Color information

#7C1654 (or 0x7C1654) is unknown color: approx Pompadour. HEX triplet: 7C, 16 and 54. RGB value is (124,22,84). Sum of RGB (Red+Green+Blue) = 124+22+84=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1654 is #83E9AB. Grayscale: #3B3B3B. Windows color (decimal): -8645036 or 5510780. OLE color: 5510780.

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

Color convert

RGB1242284-
CMYK00.820.320.51
HSL323.53º69.86%28.63%-
HSV(B)323.53º82.26%48.63%-
XYZ10.25.58.91-
YUV59.57141.79173.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 53.91%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=53.91%
G=9.57%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124228400.820.320.51323.5369.8628.63
Hex7C16540522033144461d
Octal174261240122406350410635
Binary111110010110101010001010010100000110011101000100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,22,84); }

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

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

 a { background-color: rgb(124,22,84); }

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

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

 span { border-color: rgb(124,22,84); }

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