#7A164A

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

Shades of Pompadour #7A164A

Tints of Pompadour #7A164A

Color information

#7A164A (or 0x7A164A) is unknown color: approx Pompadour. HEX triplet: 7A, 16 and 4A. RGB value is (122,22,74). Sum of RGB (Red+Green+Blue) = 122+22+74=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A164A is #85E9B5. Grayscale: #393939. Windows color (decimal): -8776118 or 4855418. OLE color: 4855418.

HSL color Cylindrical-coordinate representation of color #7A164A: hue angle of 328.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 #7A164A is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB1222274-
CMYK00.820.390.52
HSL328.8º69.44%28.24%-
HSV(B)328.8º81.97%47.84%-
XYZ9.555.216.98-
YUV57.83137.13173.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=55.96%
G=10.09%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122227400.820.390.52328.869.4428.24
Hex7A164A0522734149451c
Octal172261120122476451110534
Binary111101010110100101001010010100111110100101001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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