#74244F

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

Shades of Pompadour #74244F

Tints of Pompadour #74244F

Color information

#74244F (or 0x74244F) is unknown color: approx Pompadour. HEX triplet: 74, 24 and 4F. RGB value is (116,36,79). Sum of RGB (Red+Green+Blue) = 116+36+79=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74244F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74244F is #8BDBB0. Grayscale: #404040. Windows color (decimal): -9165745 or 5186676. OLE color: 5186676.

HSL color Cylindrical-coordinate representation of color #74244F: hue angle of 327.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74244F is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1163679-
CMYK00.690.320.55
HSL327.75º52.63%29.8%-
HSV(B)327.75º68.97%45.49%-
XYZ9.245.547.98-
YUV64.82136164.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=50.22%
G=15.58%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116367900.690.320.55327.7552.6329.8
Hex74244F0452037148351e
Octal16444117010540675106536
Binary111010010010010011110100010110000011011110100100011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74244F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74244F; }

 p { color: rgb(116,36,79); }

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

<style>
 a { background-color: #74244F; }

 a { background-color: rgb(116,36,79); }

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

<style>
 span { border-color: #74244F; }

 span { border-color: rgb(116,36,79); }

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