#79134F

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

Shades of Pompadour #79134F

Tints of Pompadour #79134F

Color information

#79134F (or 0x79134F) is unknown color: approx Pompadour. HEX triplet: 79, 13 and 4F. RGB value is (121,19,79). Sum of RGB (Red+Green+Blue) = 121+19+79=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #79134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79134F is #86ECB0. Grayscale: #383838. Windows color (decimal): -8842417 or 5182329. OLE color: 5182329.

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

Color convert

RGB1211979-
CMYK00.840.350.53
HSL324.71º72.86%27.45%-
HSV(B)324.71º84.3%47.45%-
XYZ9.535.17.88-
YUV56.34140.79174.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=55.25%
G=8.68%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121197900.840.350.53324.7172.8627.45
Hex79134F0542335145491b
Octal171231170124436550511133
Binary111100110011100111101010100100011110101101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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