#79164E

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

Shades of Pompadour #79164E

Tints of Pompadour #79164E

Color information

#79164E (or 0x79164E) is unknown color: approx Pompadour. HEX triplet: 79, 16 and 4E. RGB value is (121,22,78). Sum of RGB (Red+Green+Blue) = 121+22+78=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79164E is #86E9B1. Grayscale: #393939. Windows color (decimal): -8841650 or 5117561. OLE color: 5117561.

HSL color Cylindrical-coordinate representation of color #79164E: hue angle of 326.06º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79164E is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1212278-
CMYK00.820.360.53
HSL326.06º69.23%28.04%-
HSV(B)326.06º81.82%47.45%-
XYZ9.555.197.71-
YUV57.98139.3172.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=54.75%
G=9.95%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121227800.820.360.53326.0669.2328.04
Hex79164E0522435146451c
Octal171261160122446550610534
Binary111100110110100111001010010100100110101101000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79164E; }

 p { color: rgb(121,22,78); }

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

<style>
 a { background-color: #79164E; }

 a { background-color: rgb(121,22,78); }

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

<style>
 span { border-color: #79164E; }

 span { border-color: rgb(121,22,78); }

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