#790D4C

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

Shades of Pompadour #790D4C

Tints of Pompadour #790D4C

Color information

#790D4C (or 0x790D4C) is unknown color: approx Pompadour. HEX triplet: 79, 0D and 4C. RGB value is (121,13,76). Sum of RGB (Red+Green+Blue) = 121+13+76=210 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.62% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 121 - color contains mainly: red. Hex color #790D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D4C is #86F2B3. Grayscale: #343434. Windows color (decimal): -8843956 or 4984185. OLE color: 4984185.

HSL color Cylindrical-coordinate representation of color #790D4C: hue angle of 325º 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 #790D4C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1211376-
CMYK00.890.370.53
HSL325º80.6%26.27%-
HSV(B)325º89.26%47.45%-
XYZ9.334.877.29-
YUV52.47141.28176.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.62%
GREEN value IS 13 (5.47% from 255) = 6.19%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=57.62%
G=6.19%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121137600.890.370.5332580.626.27
Hex79D4C0592535145511a
Octal171151140131456550512132
Binary11110011101100110001011001100101110101101000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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