#742256

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

Shades of Pompadour #742256

Tints of Pompadour #742256

Color information

#742256 (or 0x742256) is unknown color: approx Pompadour. HEX triplet: 74, 22 and 56. RGB value is (116,34,86). Sum of RGB (Red+Green+Blue) = 116+34+86=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #742256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742256 is #8BDDA9. Grayscale: #404040. Windows color (decimal): -9166250 or 5644916. OLE color: 5644916.

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

Color convert

RGB1163486-
CMYK00.710.260.55
HSL321.95º54.67%29.41%-
HSV(B)321.95º70.69%45.49%-
XYZ9.455.539.37-
YUV64.45140.17164.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=49.15%
G=14.41%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116348600.710.260.55321.9554.6729.41
Hex7422560471A37142371d
Octal16442126010732675026735
Binary11101001000101010110010001111101011011110100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742256; }

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

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

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

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

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

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

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

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