#741C4A

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

Shades of Pompadour #741C4A

Tints of Pompadour #741C4A

Color information

#741C4A (or 0x741C4A) is unknown color: approx Pompadour. HEX triplet: 74, 1C and 4A. RGB value is (116,28,74). Sum of RGB (Red+Green+Blue) = 116+28+74=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C4A is #8BE3B5. Grayscale: #3B3B3B. Windows color (decimal): -9167798 or 4856948. OLE color: 4856948.

HSL color Cylindrical-coordinate representation of color #741C4A: hue angle of 328.64º 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 #741C4A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1162874-
CMYK00.760.360.55
HSL328.64º61.11%28.24%-
HSV(B)328.64º75.86%45.49%-
XYZ8.855.046.98-
YUV59.56136.15168.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=53.21%
G=12.84%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116287400.760.360.55328.6461.1128.24
Hex741C4A04C24371493d1c
Octal16434112011444675117534
Binary11101001110010010100100110010010011011110100100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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