#791447

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

Shades of Pompadour #791447

Tints of Pompadour #791447

Color information

#791447 (or 0x791447) is unknown color: approx Pompadour. HEX triplet: 79, 14 and 47. RGB value is (121,20,71). Sum of RGB (Red+Green+Blue) = 121+20+71=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #791447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791447 is #86EBB8. Grayscale: #373737. Windows color (decimal): -8842169 or 4658297. OLE color: 4658297.

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

Color convert

RGB1212071-
CMYK00.830.410.53
HSL329.7º71.63%27.65%-
HSV(B)329.7º83.47%47.45%-
XYZ9.275.026.44-
YUV56.01136.46174.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=57.08%
G=9.43%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121207100.830.410.53329.771.6327.65
Hex791447053293514a481c
Octal171241070123516551211034
Binary111100110100100011101010011101001110101101001010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791447; }

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

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

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

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

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

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

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

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