Html Css Color HEX #743656 Flirt

📋 copy color: '#743656'

red 116 ◦ green 54 ◦ blue 86

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

Shades of Flirt #743656

Tints of Flirt #743656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 45.31%
G = 21.09%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#743656 (or 0x743656) is known color: Flirt. HEX triplet: 74, 36 and 56. RGB value is (116,54,86). Sum of RGB (Red+Green+Blue) = 116+54+86=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #743656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743656 is #8BC9A9. Grayscale: #4C4C4C. Windows color (decimal): -9161130 or 5650036. OLE color: 5650036.

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

Color convert

RGB 116 54 86 -
CMYK 0 0.53 0.26 0.55
HSL 329.03º 0.36% 0.33% -
HSV(B) 329.03º 0.53% 0.45% -
XYZ 10.2 7.02 9.62 -
YUV 76.19 133.54 156.4 -
System Red Green Blue C M Y K H S L
Decimal 116 54 86 0 0.53 0.26 0.55 329.03 0.36 0.33
Hex 74 36 56 0 35 1A 37 149 24 21
Octal 164 66 126 0 65 32 67 511 44 41
Binary 1110100 110110 1010110 0 110101 11010 110111 101001001 100100 100001

Color Harmonies of #743656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743656

Black with #743656

Text Example


Text Example

White with #743656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743656; }

 p { color: rgb(116,54,86); }

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

background-color css

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

 a { background-color: rgb(116,54,86); }

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

border-color css

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

 span { border-color: rgb(116,54,86); }

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