#791949

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

Shades of Pompadour #791949

Tints of Pompadour #791949

Color information

#791949 (or 0x791949) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 49. RGB value is (121,25,73). Sum of RGB (Red+Green+Blue) = 121+25+73=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #791949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791949 is #86E6B6. Grayscale: #3B3B3B. Windows color (decimal): -8840887 or 4790649. OLE color: 4790649.

HSL color Cylindrical-coordinate representation of color #791949: hue angle of 330º degrees, saturation: 0.66, 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 #791949 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB1212573-
CMYK00.790.400.53
HSL330º65.75%28.63%-
HSV(B)330º79.34%47.45%-
XYZ9.445.246.82-
YUV59.18135.8172.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=55.25%
G=11.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121257300.790.400.5333065.7528.63
Hex79194904F283514a421d
Octal171311110117506551210235
Binary111100111001100100101001111101000110101101001010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791949; }

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

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

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

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

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

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

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

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