#791246

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

Shades of Pompadour #791246

Tints of Pompadour #791246

Color information

#791246 (or 0x791246) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 46. RGB value is (121,18,70). Sum of RGB (Red+Green+Blue) = 121+18+70=209 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.89% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 121 - color contains mainly: red. Hex color #791246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791246 is #86EDB9. Grayscale: #363636. Windows color (decimal): -8842682 or 4592249. OLE color: 4592249.

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

Color convert

RGB1211870-
CMYK00.850.420.53
HSL329.71º74.1%27.25%-
HSV(B)329.71º85.12%47.45%-
XYZ9.214.946.26-
YUV54.73136.62175.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.89%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=57.89%
G=8.61%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121187000.850.420.53329.7174.127.25
Hex7912460552A3514a4a1b
Octal171221060125526551211233
Binary111100110010100011001010101101010110101101001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791246; }

 p { color: rgb(121,18,70); }

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

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

 a { background-color: rgb(121,18,70); }

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

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

 span { border-color: rgb(121,18,70); }

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