#791752

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

Shades of Pompadour #791752

Tints of Pompadour #791752

Color information

#791752 (or 0x791752) is unknown color: approx Pompadour. HEX triplet: 79, 17 and 52. RGB value is (121,23,82). Sum of RGB (Red+Green+Blue) = 121+23+82=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #791752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791752 is #86E8AD. Grayscale: #3A3A3A. Windows color (decimal): -8841390 or 5379961. OLE color: 5379961.

HSL color Cylindrical-coordinate representation of color #791752: hue angle of 323.88º 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 #791752 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1212382-
CMYK00.810.320.53
HSL323.88º68.06%28.24%-
HSV(B)323.88º80.99%47.45%-
XYZ9.715.298.49-
YUV59.03140.97172.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 53.54%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=53.54%
G=10.18%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121238200.810.320.53323.8868.0628.24
Hex7917520512035144441c
Octal171271220121406550410434
Binary111100110111101001001010001100000110101101000100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791752; }

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

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

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

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

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

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

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

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