#791451

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

Shades of Pompadour #791451

Tints of Pompadour #791451

Color information

#791451 (or 0x791451) is unknown color: approx Pompadour. HEX triplet: 79, 14 and 51. RGB value is (121,20,81). Sum of RGB (Red+Green+Blue) = 121+20+81=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #791451 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791451 is #86EBAE. Grayscale: #393939. Windows color (decimal): -8842159 or 5313657. OLE color: 5313657.

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

Color convert

RGB1212081-
CMYK00.830.330.53
HSL323.76º71.63%27.65%-
HSV(B)323.76º83.47%47.45%-
XYZ9.625.168.27-
YUV57.15141.46173.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=54.50%
G=9.01%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121208100.830.330.53323.7671.6327.65
Hex7914510532135144481c
Octal171241210123416550411034
Binary111100110100101000101010011100001110101101000100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791451; }

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

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

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

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

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

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

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

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