#791946

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

Shades of Pompadour #791946

Tints of Pompadour #791946

Color information

#791946 (or 0x791946) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 46. RGB value is (121,25,70). Sum of RGB (Red+Green+Blue) = 121+25+70=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #791946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791946 is #86E6B9. Grayscale: #3A3A3A. Windows color (decimal): -8840890 or 4594041. OLE color: 4594041.

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

Color convert

RGB1212570-
CMYK00.790.420.53
HSL331.88º65.75%28.63%-
HSV(B)331.88º79.34%47.45%-
XYZ9.345.26.31-
YUV58.83134.3172.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=56.02%
G=11.57%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121257000.790.420.53331.8865.7528.63
Hex79194604F2A3514c421d
Octal171311060117526551410235
Binary111100111001100011001001111101010110101101001100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791946; }

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

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

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

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

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

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

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

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