#740E4D

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

Shades of Pompadour #740E4D

Tints of Pompadour #740E4D

Color information

#740E4D (or 0x740E4D) is unknown color: approx Pompadour. HEX triplet: 74, 0E and 4D. RGB value is (116,14,77). Sum of RGB (Red+Green+Blue) = 116+14+77=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #740E4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E4D is #8BF1B2. Grayscale: #333333. Windows color (decimal): -9171379 or 5049972. OLE color: 5049972.

HSL color Cylindrical-coordinate representation of color #740E4D: hue angle of 322.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E4D is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1161477-
CMYK00.880.340.55
HSL322.94º78.46%25.49%-
HSV(B)322.94º87.93%45.49%-
XYZ8.74.567.44-
YUV51.68142.29173.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 77 (30.47% from 255) = 37.20%
R=56.04%
G=6.76%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116147700.880.340.55322.9478.4625.49
Hex74E4D05822371434e19
Octal164161150130426750311631
Binary11101001110100110101011000100010110111101000011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740E4D; }

 p { color: rgb(116,14,77); }

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

<style>
 a { background-color: #740E4D; }

 a { background-color: rgb(116,14,77); }

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

<style>
 span { border-color: #740E4D; }

 span { border-color: rgb(116,14,77); }

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