#791758

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

Shades of Pompadour #791758

Tints of Pompadour #791758

Color information

#791758 (or 0x791758) is unknown color: approx Pompadour. HEX triplet: 79, 17 and 58. RGB value is (121,23,88). Sum of RGB (Red+Green+Blue) = 121+23+88=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #791758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791758 is #86E8A7. Grayscale: #3B3B3B. Windows color (decimal): -8841384 or 5773177. OLE color: 5773177.

HSL color Cylindrical-coordinate representation of color #791758: hue angle of 320.2º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791758 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1212388-
CMYK00.810.270.53
HSL320.2º68.06%28.24%-
HSV(B)320.2º80.99%47.45%-
XYZ9.955.389.75-
YUV59.71143.97171.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 23 (9.38% from 255) = 9.91%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=52.16%
G=9.91%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121238800.810.270.53320.268.0628.24
Hex7917580511B35140441c
Octal171271300121336550010434
Binary11110011011110110000101000111011110101101000000100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791758; }

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

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

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

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

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

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

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

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