#791048

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

Shades of Pompadour #791048

Tints of Pompadour #791048

Color information

#791048 (or 0x791048) is unknown color: approx Pompadour. HEX triplet: 79, 10 and 48. RGB value is (121,16,72). Sum of RGB (Red+Green+Blue) = 121+16+72=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #791048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791048 is #86EFB7. Grayscale: #353535. Windows color (decimal): -8843192 or 4722809. OLE color: 4722809.

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

Color convert

RGB1211672-
CMYK00.870.400.53
HSL328º76.64%26.86%-
HSV(B)328º86.78%47.45%-
XYZ9.244.96.59-
YUV53.78138.29175.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.89%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=57.89%
G=7.66%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121167200.870.400.5332876.6426.86
Hex79104805728351484d1b
Octal171201100127506551011533
Binary111100110000100100001010111101000110101101001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791048; }

 p { color: rgb(121,16,72); }

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

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

 a { background-color: rgb(121,16,72); }

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

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

 span { border-color: rgb(121,16,72); }

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