#791948

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

Shades of Pompadour #791948

Tints of Pompadour #791948

Color information

#791948 (or 0x791948) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 48. RGB value is (121,25,72). Sum of RGB (Red+Green+Blue) = 121+25+72=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #791948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #791948 is #86E6B7. Grayscale: #3A3A3A. Windows color (decimal): -8840888 or 4725113. OLE color: 4725113.

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

Color convert

RGB1212572-
CMYK00.790.400.53
HSL330.62º65.75%28.63%-
HSV(B)330.62º79.34%47.45%-
XYZ9.45.236.64-
YUV59.06135.3172.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 25 (10.16% from 255) = 11.47%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=55.50%
G=11.47%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121257200.790.400.53330.6265.7528.63
Hex79194804F283514b421d
Octal171311100117506551310235
Binary111100111001100100001001111101000110101101001011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791948; }

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

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

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

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

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

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

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

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