#791958

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

Shades of Pompadour #791958

Tints of Pompadour #791958

Color information

#791958 (or 0x791958) is unknown color: approx Pompadour. HEX triplet: 79, 19 and 58. RGB value is (121,25,88). Sum of RGB (Red+Green+Blue) = 121+25+88=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #791958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791958 is #86E6A7. Grayscale: #3C3C3C. Windows color (decimal): -8840872 or 5773689. OLE color: 5773689.

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

Color convert

RGB1212588-
CMYK00.790.270.53
HSL320.62º65.75%28.63%-
HSV(B)320.62º79.34%47.45%-
XYZ9.995.469.76-
YUV60.89143.3170.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 88 (34.77% from 255) = 37.61%
R=51.71%
G=10.68%
B=37.61%

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
Decimal121258800.790.270.53320.6265.7528.63
Hex79195804F1B35141421d
Octal171311300117336550110235
Binary11110011100110110000100111111011110101101000001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791958; }

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

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

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

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

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

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

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

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