#743454

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

Shades of Flirt #743454

Tints of Flirt #743454

Color information

#743454 (or 0x743454) is unknown color: approx Flirt. HEX triplet: 74, 34 and 54. RGB value is (116,52,84). Sum of RGB (Red+Green+Blue) = 116+52+84=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #743454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743454 is #8BCBAB. Grayscale: #4A4A4A. Windows color (decimal): -9161644 or 5518452. OLE color: 5518452.

HSL color Cylindrical-coordinate representation of color #743454: hue angle of 330º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743454 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1165284-
CMYK00.550.280.55
HSL330º38.1%32.94%-
HSV(B)330º55.17%45.49%-
XYZ10.036.819.17-
YUV74.78133.2157.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 84 (33.20% from 255) = 33.33%
R=46.03%
G=20.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116528400.550.280.5533038.132.94
Hex7434540371C3714a2621
Octal1646412406734675124641
Binary11101001101001010100011011111100110111101001010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743454; }

 p { color: rgb(116,52,84); }

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

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

 a { background-color: rgb(116,52,84); }

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

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

 span { border-color: rgb(116,52,84); }

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