#743150

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

Shades of Flirt #743150

Tints of Flirt #743150

Color information

#743150 (or 0x743150) is unknown color: approx Flirt. HEX triplet: 74, 31 and 50. RGB value is (116,49,80). Sum of RGB (Red+Green+Blue) = 116+49+80=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #743150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743150 is #8BCEAF. Grayscale: #484848. Windows color (decimal): -9162416 or 5255540. OLE color: 5255540.

HSL color Cylindrical-coordinate representation of color #743150: hue angle of 332.24º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743150 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1164980-
CMYK00.580.310.55
HSL332.24º40.61%32.35%-
HSV(B)332.24º57.76%45.49%-
XYZ9.756.498.33-
YUV72.57132.2158.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=47.35%
G=20%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116498000.580.310.55332.2440.6132.35
Hex74315003A1F3714c2920
Octal1646112007237675145140
Binary11101001100011010000011101011111110111101001100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743150; }

 p { color: rgb(116,49,80); }

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

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

 a { background-color: rgb(116,49,80); }

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

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

 span { border-color: rgb(116,49,80); }

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