#791940

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

Shades of Pompadour #791940

Tints of Pompadour #791940

Color information

#791940 (or 0x791940) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 40. RGB value is (121,25,64). Sum of RGB (Red+Green+Blue) = 121+25+64=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #791940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791940 is #86E6BF. Grayscale: #3A3A3A. Windows color (decimal): -8840896 or 4200825. OLE color: 4200825.

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

Color convert

RGB1212564-
CMYK00.790.470.53
HSL335.62º65.75%28.63%-
HSV(B)335.62º79.34%47.45%-
XYZ9.165.135.36-
YUV58.15131.3172.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=57.62%
G=11.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121256400.790.470.53335.6265.7528.63
Hex79194004F2F35150421d
Octal171311000117576552010235
Binary111100111001100000001001111101111110101101010000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791940; }

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

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

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

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

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

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

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

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