#742546

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

Shades of Flirt #742546

Tints of Flirt #742546

Color information

#742546 (or 0x742546) is unknown color: approx Flirt. HEX triplet: 74, 25 and 46. RGB value is (116,37,70). Sum of RGB (Red+Green+Blue) = 116+37+70=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742546 is #8BDAB9. Grayscale: #404040. Windows color (decimal): -9165498 or 4597108. OLE color: 4597108.

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

Color convert

RGB1163770-
CMYK00.680.400.55
HSL334.94º51.63%30%-
HSV(B)334.94º68.1%45.49%-
XYZ8.975.486.38-
YUV64.38131.17164.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=52.02%
G=16.59%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116377000.680.400.55334.9451.6330
Hex742546044283714f341e
Octal16445106010450675176436
Binary111010010010110001100100010010100011011110100111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742546; }

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

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

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

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

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

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

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

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