#790D46

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

Shades of Pompadour #790D46

Tints of Pompadour #790D46

Color information

#790D46 (or 0x790D46) is unknown color: approx Pompadour. HEX triplet: 79, 0D and 46. RGB value is (121,13,70). Sum of RGB (Red+Green+Blue) = 121+13+70=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #790D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D46 is #86F2B9. Grayscale: #333333. Windows color (decimal): -8843962 or 4590969. OLE color: 4590969.

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

Color convert

RGB1211370-
CMYK00.890.420.53
HSL328.33º80.6%26.27%-
HSV(B)328.33º89.26%47.45%-
XYZ9.134.796.24-
YUV51.79138.28177.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 13 (5.47% from 255) = 6.37%
BLUE value IS 70 (27.73% from 255) = 34.31%
R=59.31%
G=6.37%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121137000.890.420.53328.3380.626.27
Hex79D460592A35148511a
Octal171151060131526551012132
Binary11110011101100011001011001101010110101101001000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,13,70); }

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

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

 a { background-color: rgb(121,13,70); }

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

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

 span { border-color: rgb(121,13,70); }

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