#742547

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

Shades of Flirt #742547

Tints of Flirt #742547

Color information

#742547 (or 0x742547) is unknown color: approx Flirt. HEX triplet: 74, 25 and 47. RGB value is (116,37,71). Sum of RGB (Red+Green+Blue) = 116+37+71=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #742547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742547 is #8BDAB8. Grayscale: #404040. Windows color (decimal): -9165497 or 4662644. OLE color: 4662644.

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

Color convert

RGB1163771-
CMYK00.680.390.55
HSL334.18º51.63%30%-
HSV(B)334.18º68.1%45.49%-
XYZ95.496.55-
YUV64.5131.67164.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.79%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 71 (28.12% from 255) = 31.70%
R=51.79%
G=16.52%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116377100.680.390.55334.1851.6330
Hex742547044273714e341e
Octal16445107010447675166436
Binary111010010010110001110100010010011111011110100111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742547; }

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

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

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

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

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

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

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

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