#791749

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

Shades of Pompadour #791749

Tints of Pompadour #791749

Color information

#791749 (or 0x791749) is unknown color: approx Pompadour. HEX triplet: 79, 17 and 49. RGB value is (121,23,73). Sum of RGB (Red+Green+Blue) = 121+23+73=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #791749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791749 is #86E8B6. Grayscale: #393939. Windows color (decimal): -8841399 or 4790137. OLE color: 4790137.

HSL color Cylindrical-coordinate representation of color #791749: hue angle of 329.39º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791749 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1212373-
CMYK00.810.400.53
HSL329.39º68.06%28.24%-
HSV(B)329.39º80.99%47.45%-
XYZ9.395.166.8-
YUV58136.47172.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=55.76%
G=10.60%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121237300.810.400.53329.3968.0628.24
Hex7917490512835149441c
Octal171271110121506551110434
Binary111100110111100100101010001101000110101101001001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791749; }

 p { color: rgb(121,23,73); }

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

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

 a { background-color: rgb(121,23,73); }

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

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

 span { border-color: rgb(121,23,73); }

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