#79184D

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

Shades of Pompadour #79184D

Tints of Pompadour #79184D

Color information

#79184D (or 0x79184D) is unknown color: approx Pompadour. HEX triplet: 79, 18 and 4D. RGB value is (121,24,77). Sum of RGB (Red+Green+Blue) = 121+24+77=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79184D is #86E7B2. Grayscale: #3A3A3A. Windows color (decimal): -8841139 or 5052537. OLE color: 5052537.

HSL color Cylindrical-coordinate representation of color #79184D: hue angle of 327.22º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79184D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1212477-
CMYK00.800.360.53
HSL327.22º66.9%28.43%-
HSV(B)327.22º80.17%47.45%-
XYZ9.555.257.53-
YUV59.04138.14172.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=54.50%
G=10.81%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121247700.800.360.53327.2266.928.43
Hex79184D0502435147431c
Octal171301150120446550710334
Binary111100111000100110101010000100100110101101000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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