#742643

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

Shades of Flirt #742643

Tints of Flirt #742643

Color information

#742643 (or 0x742643) is unknown color: approx Flirt. HEX triplet: 74, 26 and 43. RGB value is (116,38,67). Sum of RGB (Red+Green+Blue) = 116+38+67=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #742643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742643 is #8BD9BC. Grayscale: #404040. Windows color (decimal): -9165245 or 4400756. OLE color: 4400756.

HSL color Cylindrical-coordinate representation of color #742643: hue angle of 337.69º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742643 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1163867-
CMYK00.670.420.55
HSL337.69º50.65%30.2%-
HSV(B)337.69º67.24%45.49%-
XYZ8.915.55.9-
YUV64.63129.34164.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.49%
GREEN value IS 38 (15.23% from 255) = 17.19%
BLUE value IS 67 (26.56% from 255) = 30.32%
R=52.49%
G=17.19%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116386700.670.420.55337.6950.6530.2
Hex7426430432A37152331e
Octal16446103010352675226336
Binary111010010011010000110100001110101011011110101001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742643; }

 p { color: rgb(116,38,67); }

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

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

 a { background-color: rgb(116,38,67); }

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

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

 span { border-color: rgb(116,38,67); }

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