#791750

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

Shades of Pompadour #791750

Tints of Pompadour #791750

Color information

#791750 (or 0x791750) is unknown color: approx Pompadour. HEX triplet: 79, 17 and 50. RGB value is (121,23,80). Sum of RGB (Red+Green+Blue) = 121+23+80=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #791750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791750 is #86E8AF. Grayscale: #3A3A3A. Windows color (decimal): -8841392 or 5248889. OLE color: 5248889.

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

Color convert

RGB1212380-
CMYK00.810.340.53
HSL325.1º68.06%28.24%-
HSV(B)325.1º80.99%47.45%-
XYZ9.645.268.1-
YUV58.8139.97172.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=54.02%
G=10.27%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121238000.810.340.53325.168.0628.24
Hex7917500512235145441c
Octal171271200121426550510434
Binary111100110111101000001010001100010110101101000101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791750; }

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

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

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

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

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

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

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

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