#741D49

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

Shades of Pompadour #741D49

Tints of Pompadour #741D49

Color information

#741D49 (or 0x741D49) is unknown color: approx Pompadour. HEX triplet: 74, 1D and 49. RGB value is (116,29,73). Sum of RGB (Red+Green+Blue) = 116+29+73=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D49 is #8BE2B6. Grayscale: #3B3B3B. Windows color (decimal): -9167543 or 4791668. OLE color: 4791668.

HSL color Cylindrical-coordinate representation of color #741D49: hue angle of 329.66º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D49 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1162973-
CMYK00.750.370.55
HSL329.66º60%28.43%-
HSV(B)329.66º75%45.49%-
XYZ8.845.076.82-
YUV60.03135.32167.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 73 (28.91% from 255) = 33.49%
R=53.21%
G=13.30%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116297300.750.370.55329.666028.43
Hex741D4904B253714a3c1c
Octal16435111011345675127434
Binary11101001110110010010100101110010111011110100101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741D49; }

 p { color: rgb(116,29,73); }

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

<style>
 a { background-color: #741D49; }

 a { background-color: rgb(116,29,73); }

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

<style>
 span { border-color: #741D49; }

 span { border-color: rgb(116,29,73); }

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