#791C55

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

Shades of Pompadour #791C55

Tints of Pompadour #791C55

Color information

#791C55 (or 0x791C55) is unknown color: approx Pompadour. HEX triplet: 79, 1C and 55. RGB value is (121,28,85). Sum of RGB (Red+Green+Blue) = 121+28+85=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #791C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C55 is #86E3AA. Grayscale: #3E3E3E. Windows color (decimal): -8840107 or 5577849. OLE color: 5577849.

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

Color convert

RGB1212885-
CMYK00.770.300.53
HSL323.23º62.42%29.22%-
HSV(B)323.23º76.86%47.45%-
XYZ9.945.559.14-
YUV62.3140.81169.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 28 (11.33% from 255) = 11.97%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=51.71%
G=11.97%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121288500.770.300.53323.2362.4229.22
Hex791C5504D1E351433e1d
Octal17134125011536655037635
Binary1111001111001010101010011011111011010110100001111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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