#790E51

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

Shades of Pompadour #790E51

Tints of Pompadour #790E51

Color information

#790E51 (or 0x790E51) is unknown color: approx Pompadour. HEX triplet: 79, 0E and 51. RGB value is (121,14,81). Sum of RGB (Red+Green+Blue) = 121+14+81=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #790E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E51 is #86F1AE. Grayscale: #353535. Windows color (decimal): -8843695 or 5312121. OLE color: 5312121.

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

Color convert

RGB1211481-
CMYK00.880.330.53
HSL322.43º79.26%26.47%-
HSV(B)322.43º88.43%47.45%-
XYZ9.534.978.24-
YUV53.63143.45176.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 81 (32.03% from 255) = 37.5%
R=56.02%
G=6.48%
B=37.5%

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
Decimal121148100.880.330.53322.4379.2626.47
Hex79E5105821351424f1a
Octal171161210130416550211732
Binary11110011110101000101011000100001110101101000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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