#79174E

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

Shades of Pompadour #79174E

Tints of Pompadour #79174E

Color information

#79174E (or 0x79174E) is unknown color: approx Pompadour. HEX triplet: 79, 17 and 4E. RGB value is (121,23,78). Sum of RGB (Red+Green+Blue) = 121+23+78=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79174E is #86E8B1. Grayscale: #3A3A3A. Windows color (decimal): -8841394 or 5117817. OLE color: 5117817.

HSL color Cylindrical-coordinate representation of color #79174E: hue angle of 326.33º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #79174E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1212378-
CMYK00.810.360.53
HSL326.33º68.06%28.24%-
HSV(B)326.33º80.99%47.45%-
XYZ9.575.237.71-
YUV58.57138.97172.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=54.50%
G=10.36%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121237800.810.360.53326.3368.0628.24
Hex79174E0512435146441c
Octal171271160121446550610434
Binary111100110111100111001010001100100110101101000110100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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