#791A47

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

Shades of Pompadour #791A47

Tints of Pompadour #791A47

Color information

#791A47 (or 0x791A47) is unknown color: approx Pompadour. HEX triplet: 79, 1A and 47. RGB value is (121,26,71). Sum of RGB (Red+Green+Blue) = 121+26+71=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #791A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791A47 is #86E5B8. Grayscale: #3B3B3B. Windows color (decimal): -8840633 or 4659833. OLE color: 4659833.

HSL color Cylindrical-coordinate representation of color #791A47: hue angle of 331.58º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791A47 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1212671-
CMYK00.790.410.53
HSL331.58º64.63%28.82%-
HSV(B)331.58º78.51%47.45%-
XYZ9.395.266.48-
YUV59.54134.47171.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 71 (28.12% from 255) = 32.57%
R=55.50%
G=11.93%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121267100.790.410.53331.5864.6328.82
Hex791A4704F293514c411d
Octal171321070117516551410135
Binary111100111010100011101001111101001110101101001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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