#741640

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

Shades of Pompadour #741640

Tints of Pompadour #741640

Color information

#741640 (or 0x741640) is unknown color: approx Pompadour. HEX triplet: 74, 16 and 40. RGB value is (116,22,64). Sum of RGB (Red+Green+Blue) = 116+22+64=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #741640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741640 is #8BE9BF. Grayscale: #363636. Windows color (decimal): -9169344 or 4200052. OLE color: 4200052.

HSL color Cylindrical-coordinate representation of color #741640: hue angle of 333.19º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741640 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB1162264-
CMYK00.810.450.55
HSL333.19º68.12%27.06%-
HSV(B)333.19º81.03%45.49%-
XYZ8.414.665.31-
YUV54.89133.14171.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.43%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=57.43%
G=10.89%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116226400.810.450.55333.1968.1227.06
Hex7416400512D3714d441b
Octal164261000121556751510433
Binary111010010110100000001010001101101110111101001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741640; }

 p { color: rgb(116,22,64); }

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

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

 a { background-color: rgb(116,22,64); }

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

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

 span { border-color: rgb(116,22,64); }

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