#791D55

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

Shades of Pompadour #791D55

Tints of Pompadour #791D55

Color information

#791D55 (or 0x791D55) is unknown color: approx Pompadour. HEX triplet: 79, 1D and 55. RGB value is (121,29,85). Sum of RGB (Red+Green+Blue) = 121+29+85=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #791D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D55 is #86E2AA. Grayscale: #3E3E3E. Windows color (decimal): -8839851 or 5578105. OLE color: 5578105.

HSL color Cylindrical-coordinate representation of color #791D55: hue angle of 323.48º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D55 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1212985-
CMYK00.760.300.53
HSL323.48º61.33%29.41%-
HSV(B)323.48º76.03%47.45%-
XYZ9.965.69.15-
YUV62.89140.48169.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=51.49%
G=12.34%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121298500.760.300.53323.4861.3329.41
Hex791D5504C1E351433d1d
Octal17135125011436655037535
Binary1111001111011010101010011001111011010110100001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791D55; }

 p { color: rgb(121,29,85); }

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

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

 a { background-color: rgb(121,29,85); }

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

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

 span { border-color: rgb(121,29,85); }

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