#740E4B

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

Shades of Pompadour #740E4B

Tints of Pompadour #740E4B

Color information

#740E4B (or 0x740E4B) is unknown color: approx Pompadour. HEX triplet: 74, 0E and 4B. RGB value is (116,14,75). Sum of RGB (Red+Green+Blue) = 116+14+75=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #740E4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740E4B is #8BF1B4. Grayscale: #333333. Windows color (decimal): -9171381 or 4918900. OLE color: 4918900.

HSL color Cylindrical-coordinate representation of color #740E4B: hue angle of 324.12º 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 #740E4B is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1161475-
CMYK00.880.350.55
HSL324.12º78.46%25.49%-
HSV(B)324.12º87.93%45.49%-
XYZ8.634.547.08-
YUV51.45141.29174.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 14 (5.86% from 255) = 6.83%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=56.59%
G=6.83%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116147500.880.350.55324.1278.4625.49
Hex74E4B05823371444e19
Octal164161130130436750411631
Binary11101001110100101101011000100011110111101000100100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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