#742246

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

Shades of Pompadour #742246

Tints of Pompadour #742246

Color information

#742246 (or 0x742246) is unknown color: approx Pompadour. HEX triplet: 74, 22 and 46. RGB value is (116,34,70). Sum of RGB (Red+Green+Blue) = 116+34+70=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #742246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742246 is #8BDDB9. Grayscale: #3E3E3E. Windows color (decimal): -9166266 or 4596340. OLE color: 4596340.

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

Color convert

RGB1163470-
CMYK00.710.400.55
HSL333.66º54.67%29.41%-
HSV(B)333.66º70.69%45.49%-
XYZ8.885.36.35-
YUV62.62132.17166.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.73%
GREEN value IS 34 (13.67% from 255) = 15.45%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=52.73%
G=15.45%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116347000.710.400.55333.6654.6729.41
Hex742246047283714e371d
Octal16442106010750675166735
Binary111010010001010001100100011110100011011110100111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742246; }

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

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

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

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

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

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

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

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