#742344

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

Shades of Pompadour #742344

Tints of Pompadour #742344

Color information

#742344 (or 0x742344) is unknown color: approx Pompadour. HEX triplet: 74, 23 and 44. RGB value is (116,35,68). Sum of RGB (Red+Green+Blue) = 116+35+68=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #742344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742344 is #8BDCBB. Grayscale: #3E3E3E. Windows color (decimal): -9166012 or 4465524. OLE color: 4465524.

HSL color Cylindrical-coordinate representation of color #742344: hue angle of 335.56º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742344 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1163568-
CMYK00.700.410.55
HSL335.56º53.64%29.61%-
HSV(B)335.56º69.83%45.49%-
XYZ8.855.336.03-
YUV62.98130.84165.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=52.97%
G=15.98%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116356800.700.410.55335.5653.6429.61
Hex7423440462937150361e
Octal16443104010651675206636
Binary111010010001110001000100011010100111011110101000011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742344; }

 p { color: rgb(116,35,68); }

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

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

 a { background-color: rgb(116,35,68); }

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

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

 span { border-color: rgb(116,35,68); }

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