#791A58

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

Shades of Pompadour #791A58

Tints of Pompadour #791A58

Color information

#791A58 (or 0x791A58) is unknown color: approx Pompadour. HEX triplet: 79, 1A and 58. RGB value is (121,26,88). Sum of RGB (Red+Green+Blue) = 121+26+88=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #791A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A58 is #86E5A7. Grayscale: #3D3D3D. Windows color (decimal): -8840616 or 5773945. OLE color: 5773945.

HSL color Cylindrical-coordinate representation of color #791A58: hue angle of 320.84º degrees, saturation: 0.65, 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 #791A58 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1212688-
CMYK00.790.270.53
HSL320.84º64.63%28.82%-
HSV(B)320.84º78.51%47.45%-
XYZ10.025.519.77-
YUV61.47142.97170.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.49%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=51.49%
G=11.06%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121268800.790.270.53320.8464.6328.82
Hex791A5804F1B35141411d
Octal171321300117336550110135
Binary11110011101010110000100111111011110101101000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,26,88); }

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

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

 a { background-color: rgb(121,26,88); }

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

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

 span { border-color: rgb(121,26,88); }

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