#79104D

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

Shades of Pompadour #79104D

Tints of Pompadour #79104D

Color information

#79104D (or 0x79104D) is unknown color: approx Pompadour. HEX triplet: 79, 10 and 4D. RGB value is (121,16,77). Sum of RGB (Red+Green+Blue) = 121+16+77=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79104D is #86EFB2. Grayscale: #363636. Windows color (decimal): -8843187 or 5050489. OLE color: 5050489.

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

Color convert

RGB1211677-
CMYK00.870.360.53
HSL325.14º76.64%26.86%-
HSV(B)325.14º86.78%47.45%-
XYZ9.414.977.48-
YUV54.35140.79175.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=56.54%
G=7.48%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121167700.870.360.53325.1476.6426.86
Hex79104D05724351454d1b
Octal171201150127446550511533
Binary111100110000100110101010111100100110101101000101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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