#74194A

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

Shades of Pompadour #74194A

Tints of Pompadour #74194A

Color information

#74194A (or 0x74194A) is unknown color: approx Pompadour. HEX triplet: 74, 19 and 4A. RGB value is (116,25,74). Sum of RGB (Red+Green+Blue) = 116+25+74=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74194A is #8BE6B5. Grayscale: #393939. Windows color (decimal): -9168566 or 4856180. OLE color: 4856180.

HSL color Cylindrical-coordinate representation of color #74194A: hue angle of 327.69º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74194A is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1162574-
CMYK00.780.360.55
HSL327.69º64.54%27.65%-
HSV(B)327.69º78.45%45.49%-
XYZ8.794.96.96-
YUV57.79137.15169.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=53.95%
G=11.63%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116257400.780.360.55327.6964.5427.65
Hex74194A04E2437148411c
Octal164311120116446751010134
Binary111010011001100101001001110100100110111101001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74194A; }

 p { color: rgb(116,25,74); }

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

<style>
 a { background-color: #74194A; }

 a { background-color: rgb(116,25,74); }

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

<style>
 span { border-color: #74194A; }

 span { border-color: rgb(116,25,74); }

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