#791E49

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

Shades of Pompadour #791E49

Tints of Pompadour #791E49

Color information

#791E49 (or 0x791E49) is unknown color: approx Pompadour. HEX triplet: 79, 1E and 49. RGB value is (121,30,73). Sum of RGB (Red+Green+Blue) = 121+30+73=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #791E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E49 is #86E1B6. Grayscale: #3E3E3E. Windows color (decimal): -8839607 or 4791929. OLE color: 4791929.

HSL color Cylindrical-coordinate representation of color #791E49: hue angle of 331.65º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E49 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1213073-
CMYK00.750.400.53
HSL331.65º60.26%29.61%-
HSV(B)331.65º75.21%47.45%-
XYZ9.555.476.86-
YUV62.11134.15170-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=54.02%
G=13.39%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121307300.750.400.53331.6560.2629.61
Hex791E4904B283514c3c1e
Octal17136111011350655147436
Binary11110011111010010010100101110100011010110100110011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791E49; }

 p { color: rgb(121,30,73); }

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

<style>
 a { background-color: #791E49; }

 a { background-color: rgb(121,30,73); }

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

<style>
 span { border-color: #791E49; }

 span { border-color: rgb(121,30,73); }

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