#79194e

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

Shades of Pompadour #79194E

Tints of Pompadour #79194E

Color information

#79194E (or 0x79194E) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 4E. RGB value is (121,25,78). Sum of RGB (Red+Green+Blue) = 121+25+78=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #79194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79194E is #86E6B1. Grayscale: #3B3B3B. Windows color (decimal): -8840882 or 5118329. OLE color: 5118329.

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

Color convert

RGB1212578-
CMYK00.790.360.53
HSL326.88º65.75%28.63%-
HSV(B)326.88º79.34%47.45%-
XYZ9.615.317.73-
YUV59.75138.3171.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=54.02%
G=11.16%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121257800.790.360.53326.8865.7528.63
Hex79194E04F2435147421d
Octal171311160117446550710235
Binary111100111001100111001001111100100110101101000111100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79194e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79194e; }

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

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

<style>
 a { background-color: #79194e; }

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

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

<style>
 span { border-color: #79194e; }

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

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