#791450

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

Shades of Pompadour #791450

Tints of Pompadour #791450

Color information

#791450 (or 0x791450) is unknown color: approx Pompadour. HEX triplet: 79, 14 and 50. RGB value is (121,20,80). Sum of RGB (Red+Green+Blue) = 121+20+80=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #791450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791450 is #86EBAF. Grayscale: #383838. Windows color (decimal): -8842160 or 5248121. OLE color: 5248121.

HSL color Cylindrical-coordinate representation of color #791450: hue angle of 324.36º degrees, saturation: 0.72, 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 #791450 is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1212080-
CMYK00.830.340.53
HSL324.36º71.63%27.65%-
HSV(B)324.36º83.47%47.45%-
XYZ9.585.148.08-
YUV57.04140.96173.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 20 (8.20% from 255) = 9.05%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=54.75%
G=9.05%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121208000.830.340.53324.3671.6327.65
Hex7914500532235144481c
Octal171241200123426550411034
Binary111100110100101000001010011100010110101101000100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791450; }

 p { color: rgb(121,20,80); }

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

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

 a { background-color: rgb(121,20,80); }

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

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

 span { border-color: rgb(121,20,80); }

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