#742146

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

Shades of Pompadour #742146

Tints of Pompadour #742146

Color information

#742146 (or 0x742146) is unknown color: approx Pompadour. HEX triplet: 74, 21 and 46. RGB value is (116,33,70). Sum of RGB (Red+Green+Blue) = 116+33+70=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742146 is #8BDEB9. Grayscale: #3D3D3D. Windows color (decimal): -9166522 or 4596084. OLE color: 4596084.

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

Color convert

RGB1163370-
CMYK00.720.400.55
HSL333.25º55.7%29.22%-
HSV(B)333.25º71.55%45.49%-
XYZ8.855.246.34-
YUV62.04132.5166.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=52.97%
G=15.07%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116337000.720.400.55333.2555.729.22
Hex742146048283714d381d
Octal16441106011050675157035
Binary111010010000110001100100100010100011011110100110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742146; }

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

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

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

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

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

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

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

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