Html Css Color HEX #743155 Flirt

📋 copy color: '#743155'

red 116 ◦ green 49 ◦ blue 85

#743155
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #743155

Tints of Flirt #743155

RGB

 RED value IS 116 (45.7% from 255) = 46.4%

 GREEN value IS 49 (19.53% from 255) = 19.6%

 BLUE value IS 85 (33.59% from 255) = 34%

R = 46.4%
G = 19.6%
B = 34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#743155 (or 0x743155) is known color: Flirt. HEX triplet: 74, 31 and 55. RGB value is (116,49,85). Sum of RGB (Red+Green+Blue) = 116+49+85=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #743155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743155 is #8BCEAA. Grayscale: #494949. Windows color (decimal): -9162411 or 5583220. OLE color: 5583220.

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

Color convert

RGB 116 49 85 -
CMYK 0 0.58 0.27 0.55
HSL 327.76º 0.41% 0.32% -
HSV(B) 327.76º 0.58% 0.45% -
XYZ 9.94 6.57 9.34 -
YUV 73.14 134.7 158.57 -
System Red Green Blue C M Y K H S L
Decimal 116 49 85 0 0.58 0.27 0.55 327.76 0.41 0.32
Hex 74 31 55 0 3A 1B 37 148 29 20
Octal 164 61 125 0 72 33 67 510 51 40
Binary 1110100 110001 1010101 0 111010 11011 110111 101001000 101001 100000

Color Harmonies of #743155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743155

Black with #743155

Text Example


Text Example

White with #743155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743155; }

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

 H1.HeaderClassName
 {
   color: #743155;
 }
 .AnyTagClassName
 {
   color: #743155;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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