#741546

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

Shades of Pompadour #741546

Tints of Pompadour #741546

Color information

#741546 (or 0x741546) is unknown color: approx Pompadour. HEX triplet: 74, 15 and 46. RGB value is (116,21,70). Sum of RGB (Red+Green+Blue) = 116+21+70=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #741546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741546 is #8BEAB9. Grayscale: #363636. Windows color (decimal): -9169594 or 4593012. OLE color: 4593012.

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

Color convert

RGB1162170-
CMYK00.820.400.55
HSL329.05º69.34%26.86%-
HSV(B)329.05º81.9%45.49%-
XYZ8.584.696.25-
YUV54.99136.47171.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.04%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=56.04%
G=10.14%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116217000.820.400.55329.0569.3426.86
Hex7415460522837149451b
Octal164251060122506751110533
Binary111010010101100011001010010101000110111101001001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741546; }

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

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

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

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

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

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

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

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