#742647

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

Shades of Flirt #742647

Tints of Flirt #742647

Color information

#742647 (or 0x742647) is unknown color: approx Flirt. HEX triplet: 74, 26 and 47. RGB value is (116,38,71). Sum of RGB (Red+Green+Blue) = 116+38+71=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #742647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742647 is #8BD9B8. Grayscale: #414141. Windows color (decimal): -9165241 or 4662900. OLE color: 4662900.

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

Color convert

RGB1163871-
CMYK00.670.390.55
HSL334.62º50.65%30.2%-
HSV(B)334.62º67.24%45.49%-
XYZ9.035.556.56-
YUV65.08131.34164.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.56%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=51.56%
G=16.89%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116387100.670.390.55334.6250.6530.2
Hex742647043273714f331e
Octal16446107010347675176336
Binary111010010011010001110100001110011111011110100111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742647; }

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

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

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

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

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

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

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

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