#741C49

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

Shades of Pompadour #741C49

Tints of Pompadour #741C49

Color information

#741C49 (or 0x741C49) is unknown color: approx Pompadour. HEX triplet: 74, 1C and 49. RGB value is (116,28,73). Sum of RGB (Red+Green+Blue) = 116+28+73=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 73 (28.91% from 255 or 33.64% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #741C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C49 is #8BE3B6. Grayscale: #3B3B3B. Windows color (decimal): -9167799 or 4791412. OLE color: 4791412.

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

Color convert

RGB1162873-
CMYK00.760.370.55
HSL329.32º61.11%28.24%-
HSV(B)329.32º75.86%45.49%-
XYZ8.825.026.81-
YUV59.44135.65168.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 73 (28.91% from 255) = 33.64%
R=53.46%
G=12.90%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116287300.760.370.55329.3261.1128.24
Hex741C4904C25371493d1c
Octal16434111011445675117534
Binary11101001110010010010100110010010111011110100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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