#79154F

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

Shades of Pompadour #79154F

Tints of Pompadour #79154F

Color information

#79154F (or 0x79154F) is unknown color: approx Pompadour. HEX triplet: 79, 15 and 4F. RGB value is (121,21,79). Sum of RGB (Red+Green+Blue) = 121+21+79=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79154F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79154F is #86EAB0. Grayscale: #393939. Windows color (decimal): -8841905 or 5182841. OLE color: 5182841.

HSL color Cylindrical-coordinate representation of color #79154F: hue angle of 325.2º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79154F is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1212179-
CMYK00.830.350.53
HSL325.2º70.42%27.84%-
HSV(B)325.2º82.64%47.45%-
XYZ9.565.177.89-
YUV57.51140.13173.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=54.75%
G=9.50%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121217900.830.350.53325.270.4227.84
Hex79154F0532335145461c
Octal171251170123436550510634
Binary111100110101100111101010011100011110101101000101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79154F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79154F; }

 p { color: rgb(121,21,79); }

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

<style>
 a { background-color: #79154F; }

 a { background-color: rgb(121,21,79); }

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

<style>
 span { border-color: #79154F; }

 span { border-color: rgb(121,21,79); }

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