#791149

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

Shades of Pompadour #791149

Tints of Pompadour #791149

Color information

#791149 (or 0x791149) is unknown color: approx Pompadour. HEX triplet: 79, 11 and 49. RGB value is (121,17,73). Sum of RGB (Red+Green+Blue) = 121+17+73=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #791149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791149 is #86EEB6. Grayscale: #363636. Windows color (decimal): -8842935 or 4788601. OLE color: 4788601.

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

Color convert

RGB1211773-
CMYK00.860.400.53
HSL327.69º75.36%27.06%-
HSV(B)327.69º85.95%47.45%-
XYZ9.294.956.77-
YUV54.48138.46175.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.35%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=57.35%
G=8.06%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121177300.860.400.53327.6975.3627.06
Hex79114905628351484b1b
Octal171211110126506551011333
Binary111100110001100100101010110101000110101101001000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791149; }

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

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

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

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

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

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

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

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