#741043

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

Shades of Pompadour #741043

Tints of Pompadour #741043

Color information

#741043 (or 0x741043) is unknown color: approx Pompadour. HEX triplet: 74, 10 and 43. RGB value is (116,16,67). Sum of RGB (Red+Green+Blue) = 116+16+67=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #741043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741043 is #8BEFBC. Grayscale: #333333. Windows color (decimal): -9170877 or 4395124. OLE color: 4395124.

HSL color Cylindrical-coordinate representation of color #741043: hue angle of 329.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741043 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1161667-
CMYK00.860.420.55
HSL329.4º75.76%25.88%-
HSV(B)329.4º86.21%45.49%-
XYZ8.44.495.73-
YUV51.71136.63173.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 16 (6.64% from 255) = 8.04%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=58.29%
G=8.04%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116166700.860.420.55329.475.7625.88
Hex7410430562A371494c1a
Octal164201030126526751111432
Binary111010010000100001101010110101010110111101001001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741043; }

 p { color: rgb(116,16,67); }

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

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

 a { background-color: rgb(116,16,67); }

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

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

 span { border-color: rgb(116,16,67); }

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