#79124C

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

Shades of Pompadour #79124C

Tints of Pompadour #79124C

Color information

#79124C (or 0x79124C) is unknown color: approx Pompadour. HEX triplet: 79, 12 and 4C. RGB value is (121,18,76). Sum of RGB (Red+Green+Blue) = 121+18+76=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79124C is #86EDB3. Grayscale: #373737. Windows color (decimal): -8842676 or 4985465. OLE color: 4985465.

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

Color convert

RGB1211876-
CMYK00.850.370.53
HSL326.21º74.1%27.25%-
HSV(B)326.21º85.12%47.45%-
XYZ9.415.027.31-
YUV55.41139.62174.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=56.28%
G=8.37%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121187600.850.370.53326.2174.127.25
Hex79124C05525351464a1b
Octal171221140125456550611233
Binary111100110010100110001010101100101110101101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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