#790F44

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

Shades of Pompadour #790F44

Tints of Pompadour #790F44

Color information

#790F44 (or 0x790F44) is unknown color: approx Pompadour. HEX triplet: 79, 0F and 44. RGB value is (121,15,68). Sum of RGB (Red+Green+Blue) = 121+15+68=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 15 (6.25% from 255 or 7.35% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #790F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790F44 is #86F0BB. Grayscale: #343434. Windows color (decimal): -8843452 or 4460409. OLE color: 4460409.

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

Color convert

RGB1211568-
CMYK00.880.440.53
HSL330º77.94%26.67%-
HSV(B)330º87.6%47.45%-
XYZ9.14.825.92-
YUV52.74136.62176.69-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 15 (6.25% from 255) = 7.35%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=59.31%
G=7.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121156800.880.440.5333077.9426.67
Hex79F440582C3514a4e1b
Octal171171040130546551211633
Binary11110011111100010001011000101100110101101001010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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