#741645

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

Shades of Pompadour #741645

Tints of Pompadour #741645

Color information

#741645 (or 0x741645) is unknown color: approx Pompadour. HEX triplet: 74, 16 and 45. RGB value is (116,22,69). Sum of RGB (Red+Green+Blue) = 116+22+69=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #741645 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741645 is #8BE9BA. Grayscale: #373737. Windows color (decimal): -9169339 or 4527732. OLE color: 4527732.

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

Color convert

RGB1162269-
CMYK00.810.410.55
HSL330º68.12%27.06%-
HSV(B)330º81.03%45.49%-
XYZ8.564.726.09-
YUV55.46135.64171.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 69 (27.34% from 255) = 33.33%
R=56.04%
G=10.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116226900.810.410.5533068.1227.06
Hex741645051293714a441b
Octal164261050121516751210433
Binary111010010110100010101010001101001110111101001010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741645; }

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

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

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

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

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

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

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

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