#79124E

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

Shades of Pompadour #79124E

Tints of Pompadour #79124E

Color information

#79124E (or 0x79124E) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 4E. RGB value is (121,18,78). Sum of RGB (Red+Green+Blue) = 121+18+78=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79124E is #86EDB1. Grayscale: #373737. Windows color (decimal): -8842674 or 5116537. OLE color: 5116537.

HSL color Cylindrical-coordinate representation of color #79124E: hue angle of 325.05º 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 #79124E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1211878-
CMYK00.850.360.53
HSL325.05º74.1%27.25%-
HSV(B)325.05º85.12%47.45%-
XYZ9.485.057.68-
YUV55.64140.62174.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=55.76%
G=8.29%
B=35.94%

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
Decimal121187800.850.360.53325.0574.127.25
Hex79124E05524351454a1b
Octal171221160125446550511233
Binary111100110010100111001010101100100110101101000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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