#791E4F

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

Shades of Pompadour #791E4F

Tints of Pompadour #791E4F

Color information

#791E4F (or 0x791E4F) is unknown color: approx Pompadour. HEX triplet: 79, 1E and 4F. RGB value is (121,30,79). Sum of RGB (Red+Green+Blue) = 121+30+79=230 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.61% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 121 - color contains mainly: red. Hex color #791E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E4F is #86E1B0. Grayscale: #3E3E3E. Windows color (decimal): -8839601 or 5185145. OLE color: 5185145.

HSL color Cylindrical-coordinate representation of color #791E4F: hue angle of 327.69º 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 #791E4F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1213079-
CMYK00.750.350.53
HSL327.69º60.26%29.61%-
HSV(B)327.69º75.21%47.45%-
XYZ9.765.567.96-
YUV62.8137.15169.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.61%
GREEN value IS 30 (12.11% from 255) = 13.04%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=52.61%
G=13.04%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121307900.750.350.53327.6960.2629.61
Hex791E4F04B23351483c1e
Octal17136117011343655107436
Binary11110011111010011110100101110001111010110100100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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