#791849

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

Shades of Pompadour #791849

Tints of Pompadour #791849

Color information

#791849 (or 0x791849) is unknown color: approx Pompadour. HEX triplet: 79, 18 and 49. RGB value is (121,24,73). Sum of RGB (Red+Green+Blue) = 121+24+73=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #791849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791849 is #86E7B6. Grayscale: #3A3A3A. Windows color (decimal): -8841143 or 4790393. OLE color: 4790393.

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

Color convert

RGB1212473-
CMYK00.800.400.53
HSL329.69º66.9%28.43%-
HSV(B)329.69º80.17%47.45%-
XYZ9.415.26.81-
YUV58.59136.14172.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=55.50%
G=11.01%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121247300.800.400.53329.6966.928.43
Hex791849050283514a431c
Octal171301110120506551210334
Binary111100111000100100101010000101000110101101001010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791849; }

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

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

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

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

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

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

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

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