#742156

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

Shades of Pompadour #742156

Tints of Pompadour #742156

Color information

#742156 (or 0x742156) is unknown color: approx Pompadour. HEX triplet: 74, 21 and 56. RGB value is (116,33,86). Sum of RGB (Red+Green+Blue) = 116+33+86=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #742156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742156 is #8BDEA9. Grayscale: #3F3F3F. Windows color (decimal): -9166506 or 5644660. OLE color: 5644660.

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

Color convert

RGB1163386-
CMYK00.720.260.55
HSL321.69º55.7%29.22%-
HSV(B)321.69º71.55%45.49%-
XYZ9.435.479.36-
YUV63.86140.5165.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=49.36%
G=14.04%
B=36.60%

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
Decimal116338600.720.260.55321.6955.729.22
Hex7421560481A37142381d
Octal16441126011032675027035
Binary11101001000011010110010010001101011011110100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742156; }

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

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

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

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

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

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

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

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