#741D46

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

Shades of Pompadour #741D46

Tints of Pompadour #741D46

Color information

#741D46 (or 0x741D46) is unknown color: approx Pompadour. HEX triplet: 74, 1D and 46. RGB value is (116,29,70). Sum of RGB (Red+Green+Blue) = 116+29+70=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #741D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D46 is #8BE2B9. Grayscale: #3B3B3B. Windows color (decimal): -9167546 or 4595060. OLE color: 4595060.

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

Color convert

RGB1162970-
CMYK00.750.400.55
HSL331.72º60%28.43%-
HSV(B)331.72º75%45.49%-
XYZ8.755.036.3-
YUV59.69133.82168.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=53.95%
G=13.49%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116297000.750.400.55331.726028.43
Hex741D4604B283714c3c1c
Octal16435106011350675147434
Binary11101001110110001100100101110100011011110100110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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