#79124D

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

Shades of Pompadour #79124D

Tints of Pompadour #79124D

Color information

#79124D (or 0x79124D) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 4D. RGB value is (121,18,77). Sum of RGB (Red+Green+Blue) = 121+18+77=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79124D is #86EDB2. Grayscale: #373737. Windows color (decimal): -8842675 or 5051001. OLE color: 5051001.

HSL color Cylindrical-coordinate representation of color #79124D: hue angle of 325.63º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79124D is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1211877-
CMYK00.850.360.53
HSL325.63º74.1%27.25%-
HSV(B)325.63º85.12%47.45%-
XYZ9.445.037.5-
YUV55.52140.12174.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=56.02%
G=8.33%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121187700.850.360.53325.6374.127.25
Hex79124D05524351464a1b
Octal171221150125446550611233
Binary111100110010100110101010101100100110101101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79124D; }

 p { color: rgb(121,18,77); }

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

<style>
 a { background-color: #79124D; }

 a { background-color: rgb(121,18,77); }

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

<style>
 span { border-color: #79124D; }

 span { border-color: rgb(121,18,77); }

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