#742140

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

Shades of Pompadour #742140

Tints of Pompadour #742140

Color information

#742140 (or 0x742140) is unknown color: approx Pompadour. HEX triplet: 74, 21 and 40. RGB value is (116,33,64). Sum of RGB (Red+Green+Blue) = 116+33+64=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #742140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742140 is #8BDEBF. Grayscale: #3D3D3D. Windows color (decimal): -9166528 or 4202868. OLE color: 4202868.

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

Color convert

RGB1163364-
CMYK00.720.450.55
HSL337.59º55.7%29.22%-
HSV(B)337.59º71.55%45.49%-
XYZ8.675.175.39-
YUV61.35129.5166.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.46%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=54.46%
G=15.49%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116336400.720.450.55337.5955.729.22
Hex7421400482D37152381d
Octal16441100011055675227035
Binary111010010000110000000100100010110111011110101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742140; }

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

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

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

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

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

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

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

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