#791E51

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

Shades of Pompadour #791E51

Tints of Pompadour #791E51

Color information

#791E51 (or 0x791E51) is unknown color: approx Pompadour. HEX triplet: 79, 1E and 51. RGB value is (121,30,81). Sum of RGB (Red+Green+Blue) = 121+30+81=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #791E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E51 is #86E1AE. Grayscale: #3E3E3E. Windows color (decimal): -8839599 or 5316217. OLE color: 5316217.

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

Color convert

RGB1213081-
CMYK00.750.330.53
HSL326.37º60.26%29.61%-
HSV(B)326.37º75.21%47.45%-
XYZ9.835.598.34-
YUV63.02138.15169.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 30 (12.11% from 255) = 12.93%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=52.16%
G=12.93%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121308100.750.330.53326.3760.2629.61
Hex791E5104B21351463c1e
Octal17136121011341655067436
Binary11110011111010100010100101110000111010110100011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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