#791E47

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

Shades of Pompadour #791E47

Tints of Pompadour #791E47

Color information

#791E47 (or 0x791E47) is unknown color: approx Pompadour. HEX triplet: 79, 1E and 47. RGB value is (121,30,71). Sum of RGB (Red+Green+Blue) = 121+30+71=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #791E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791E47 is #86E1B8. Grayscale: #3D3D3D. Windows color (decimal): -8839609 or 4660857. OLE color: 4660857.

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

Color convert

RGB1213071-
CMYK00.750.410.53
HSL332.97º60.26%29.61%-
HSV(B)332.97º75.21%47.45%-
XYZ9.495.456.51-
YUV61.88133.15170.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 71 (28.12% from 255) = 31.98%
R=54.50%
G=13.51%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121307100.750.410.53332.9760.2629.61
Hex791E4704B293514d3c1e
Octal17136107011351655157436
Binary11110011111010001110100101110100111010110100110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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