#742342

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

Shades of Pompadour #742342

Tints of Pompadour #742342

Color information

#742342 (or 0x742342) is unknown color: approx Pompadour. HEX triplet: 74, 23 and 42. RGB value is (116,35,66). Sum of RGB (Red+Green+Blue) = 116+35+66=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #742342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742342 is #8BDCBD. Grayscale: #3E3E3E. Windows color (decimal): -9166014 or 4334452. OLE color: 4334452.

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

Color convert

RGB1163566-
CMYK00.700.430.55
HSL337.04º53.64%29.61%-
HSV(B)337.04º69.83%45.49%-
XYZ8.795.315.72-
YUV62.75129.84165.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.46%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=53.46%
G=16.13%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116356600.700.430.55337.0453.6429.61
Hex7423420462B37151361e
Octal16443102010653675216636
Binary111010010001110000100100011010101111011110101000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742342; }

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

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

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

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

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

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

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

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