#791549

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

Shades of Pompadour #791549

Tints of Pompadour #791549

Color information

#791549 (or 0x791549) is unknown color: approx Pompadour. HEX triplet: 79, 15 and 49. RGB value is (121,21,73). Sum of RGB (Red+Green+Blue) = 121+21+73=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #791549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791549 is #86EAB6. Grayscale: #383838. Windows color (decimal): -8841911 or 4789625. OLE color: 4789625.

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

Color convert

RGB1212173-
CMYK00.830.400.53
HSL328.8º70.42%27.84%-
HSV(B)328.8º82.64%47.45%-
XYZ9.365.086.79-
YUV56.83137.13173.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=56.28%
G=9.77%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121217300.830.400.53328.870.4227.84
Hex7915490532835149461c
Octal171251110123506551110634
Binary111100110101100100101010011101000110101101001001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791549; }

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

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

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

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

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

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

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

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