#79134D

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

Shades of Pompadour #79134D

Tints of Pompadour #79134D

Color information

#79134D (or 0x79134D) is unknown color: approx Pompadour. HEX triplet: 79, 13 and 4D. RGB value is (121,19,77). Sum of RGB (Red+Green+Blue) = 121+19+77=217 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.76% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 121 - color contains mainly: red. Hex color #79134D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79134D is #86ECB2. Grayscale: #373737. Windows color (decimal): -8842419 or 5051257. OLE color: 5051257.

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

Color convert

RGB1211977-
CMYK00.840.360.53
HSL325.88º72.86%27.45%-
HSV(B)325.88º84.3%47.45%-
XYZ9.465.077.5-
YUV56.11139.79174.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.76%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=55.76%
G=8.76%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121197700.840.360.53325.8872.8627.45
Hex79134D0542435146491b
Octal171231150124446550611133
Binary111100110011100110101010100100100110101101000110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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