#7A164F

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

Shades of Pompadour #7A164F

Tints of Pompadour #7A164F

Color information

#7A164F (or 0x7A164F) is unknown color: approx Pompadour. HEX triplet: 7A, 16 and 4F. RGB value is (122,22,79). Sum of RGB (Red+Green+Blue) = 122+22+79=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A164F is #85E9B0. Grayscale: #3A3A3A. Windows color (decimal): -8776113 or 5183098. OLE color: 5183098.

HSL color Cylindrical-coordinate representation of color #7A164F: hue angle of 325.8º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A164F is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.52.

Color convert

RGB1222279-
CMYK00.820.350.52
HSL325.8º69.44%28.24%-
HSV(B)325.8º81.97%47.84%-
XYZ9.725.287.9-
YUV58.4139.63173.37-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.71%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=54.71%
G=9.87%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122227900.820.350.52325.869.4428.24
Hex7A164F0522334146451c
Octal172261170122436450610534
Binary111101010110100111101010010100011110100101000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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