#740F44

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

Shades of Pompadour #740F44

Tints of Pompadour #740F44

Color information

#740F44 (or 0x740F44) is unknown color: approx Pompadour. HEX triplet: 74, 0F and 44. RGB value is (116,15,68). Sum of RGB (Red+Green+Blue) = 116+15+68=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #740F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F44 is #8BF0BB. Grayscale: #333333. Windows color (decimal): -9171132 or 4460404. OLE color: 4460404.

HSL color Cylindrical-coordinate representation of color #740F44: hue angle of 328.51º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F44 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1161568-
CMYK00.870.410.55
HSL328.51º77.1%25.69%-
HSV(B)328.51º87.07%45.49%-
XYZ8.424.475.89-
YUV51.24137.46174.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 15 (6.25% from 255) = 7.54%
BLUE value IS 68 (26.95% from 255) = 34.17%
R=58.29%
G=7.54%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116156800.870.410.55328.5177.125.69
Hex74F4405729371494d1a
Octal164171040127516751111532
Binary11101001111100010001010111101001110111101001001100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,15,68); }

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

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

 a { background-color: rgb(116,15,68); }

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

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

 span { border-color: rgb(116,15,68); }

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