#741056

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

Shades of Pompadour #741056

Tints of Pompadour #741056

Color information

#741056 (or 0x741056) is unknown color: approx Pompadour. HEX triplet: 74, 10 and 56. RGB value is (116,16,86). Sum of RGB (Red+Green+Blue) = 116+16+86=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #741056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741056 is #8BEFA9. Grayscale: #353535. Windows color (decimal): -9170858 or 5640308. OLE color: 5640308.

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

Color convert

RGB1161686-
CMYK00.860.260.55
HSL318º75.76%25.88%-
HSV(B)318º86.21%45.49%-
XYZ9.074.769.24-
YUV53.88146.13172.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.21%
GREEN value IS 16 (6.64% from 255) = 7.34%
BLUE value IS 86 (33.98% from 255) = 39.45%
R=53.21%
G=7.34%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116168600.860.260.5531875.7625.88
Hex7410560561A3713e4c1a
Octal164201260126326747611432
Binary11101001000010101100101011011010110111100111110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741056; }

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

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

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

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

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

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

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

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