#7C164F

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

Shades of Pompadour #7C164F

Tints of Pompadour #7C164F

Color information

#7C164F (or 0x7C164F) is unknown color: approx Pompadour. HEX triplet: 7C, 16 and 4F. RGB value is (124,22,79). Sum of RGB (Red+Green+Blue) = 124+22+79=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C164F is #83E9B0. Grayscale: #3A3A3A. Windows color (decimal): -8645041 or 5183100. OLE color: 5183100.

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

Color convert

RGB1242279-
CMYK00.820.360.51
HSL326.47º69.86%28.63%-
HSV(B)326.47º82.26%48.63%-
XYZ10.015.427.92-
YUV59139.29174.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=55.11%
G=9.78%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124227900.820.360.51326.4769.8628.63
Hex7C164F0522433146461d
Octal174261170122446350610635
Binary111110010110100111101010010100100110011101000110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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