#791456

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

Shades of Pompadour #791456

Tints of Pompadour #791456

Color information

#791456 (or 0x791456) is unknown color: approx Pompadour. HEX triplet: 79, 14 and 56. RGB value is (121,20,86). Sum of RGB (Red+Green+Blue) = 121+20+86=227 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.30% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 121 - color contains mainly: red. Hex color #791456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791456 is #86EBA9. Grayscale: #393939. Windows color (decimal): -8842154 or 5641337. OLE color: 5641337.

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

Color convert

RGB1212086-
CMYK00.830.290.53
HSL320.79º71.63%27.65%-
HSV(B)320.79º83.47%47.45%-
XYZ9.825.249.3-
YUV57.72143.96173.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.30%
GREEN value IS 20 (8.20% from 255) = 8.81%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=53.30%
G=8.81%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121208600.830.290.53320.7971.6327.65
Hex7914560531D35141481c
Octal171241260123356550111034
Binary11110011010010101100101001111101110101101000001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791456; }

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

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

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

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

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

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

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

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