#790F51

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

Shades of Pompadour #790F51

Tints of Pompadour #790F51

Color information

#790F51 (or 0x790F51) is unknown color: approx Pompadour. HEX triplet: 79, 0F and 51. RGB value is (121,15,81). Sum of RGB (Red+Green+Blue) = 121+15+81=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #790F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F51 is #86F0AE. Grayscale: #363636. Windows color (decimal): -8843439 or 5312377. OLE color: 5312377.

HSL color Cylindrical-coordinate representation of color #790F51: hue angle of 322.64º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F51 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1211581-
CMYK00.880.330.53
HSL322.64º77.94%26.67%-
HSV(B)322.64º87.6%47.45%-
XYZ9.5458.25-
YUV54.22143.12175.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=55.76%
G=6.91%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121158100.880.330.53322.6477.9426.67
Hex79F5105821351434e1b
Octal171171210130416550311633
Binary11110011111101000101011000100001110101101000011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790F51; }

 p { color: rgb(121,15,81); }

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

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

 a { background-color: rgb(121,15,81); }

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

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

 span { border-color: rgb(121,15,81); }

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