#742056

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

Shades of Pompadour #742056

Tints of Pompadour #742056

Color information

#742056 (or 0x742056) is unknown color: approx Pompadour. HEX triplet: 74, 20 and 56. RGB value is (116,32,86). Sum of RGB (Red+Green+Blue) = 116+32+86=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #742056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742056 is #8BDFA9. Grayscale: #3F3F3F. Windows color (decimal): -9166762 or 5644404. OLE color: 5644404.

HSL color Cylindrical-coordinate representation of color #742056: hue angle of 321.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742056 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1163286-
CMYK00.720.260.55
HSL321.43º56.76%29.02%-
HSV(B)321.43º72.41%45.49%-
XYZ9.45.429.35-
YUV63.27140.83165.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.57%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=49.57%
G=13.68%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116328600.720.260.55321.4356.7629.02
Hex7420560481A37141391d
Octal16440126011032675017135
Binary11101001000001010110010010001101011011110100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742056; }

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

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

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

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

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

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

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

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