#79134E

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

Shades of Pompadour #79134E

Tints of Pompadour #79134E

Color information

#79134E (or 0x79134E) is unknown color: approx Pompadour. HEX triplet: 79, 13 and 4E. RGB value is (121,19,78). Sum of RGB (Red+Green+Blue) = 121+19+78=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79134E is #86ECB1. Grayscale: #383838. Windows color (decimal): -8842418 or 5116793. OLE color: 5116793.

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

Color convert

RGB1211978-
CMYK00.840.360.53
HSL325.29º72.86%27.45%-
HSV(B)325.29º84.3%47.45%-
XYZ9.495.087.69-
YUV56.22140.29174.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=55.50%
G=8.72%
B=35.78%

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
Decimal121197800.840.360.53325.2972.8627.45
Hex79134E0542435145491b
Octal171231160124446550511133
Binary111100110011100111001010100100100110101101000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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