#791E41

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

Shades of Pompadour #791E41

Tints of Pompadour #791E41

Color information

#791E41 (or 0x791E41) is unknown color: approx Pompadour. HEX triplet: 79, 1E and 41. RGB value is (121,30,65). Sum of RGB (Red+Green+Blue) = 121+30+65=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #791E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E41 is #86E1BE. Grayscale: #3D3D3D. Windows color (decimal): -8839615 or 4267641. OLE color: 4267641.

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

Color convert

RGB1213065-
CMYK00.750.460.53
HSL336.92º60.26%29.61%-
HSV(B)336.92º75.21%47.45%-
XYZ9.35.385.55-
YUV61.2130.15170.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 30 (12.11% from 255) = 13.89%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=56.02%
G=13.89%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121306500.750.460.53336.9260.2629.61
Hex791E4104B2E351513c1e
Octal17136101011356655217436
Binary11110011111010000010100101110111011010110101000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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