#741d44

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

Shades of Pompadour #741D44

Tints of Pompadour #741D44

Color information

#741D44 (or 0x741D44) is unknown color: approx Pompadour. HEX triplet: 74, 1D and 44. RGB value is (116,29,68). Sum of RGB (Red+Green+Blue) = 116+29+68=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #741D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D44 is #8BE2BB. Grayscale: #3B3B3B. Windows color (decimal): -9167548 or 4463988. OLE color: 4463988.

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

Color convert

RGB1162968-
CMYK00.750.410.55
HSL333.1º60%28.43%-
HSV(B)333.1º75%45.49%-
XYZ8.695.015.98-
YUV59.46132.82168.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 68 (26.95% from 255) = 31.92%
R=54.46%
G=13.62%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116296800.750.410.55333.16028.43
Hex741D4404B293714d3c1c
Octal16435104011351675157434
Binary11101001110110001000100101110100111011110100110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741d44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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