Html Css Color HEX #742649 Flirt

📋 copy color: '#742649'

red 116 ◦ green 38 ◦ blue 73

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

Shades of Flirt #742649

Tints of Flirt #742649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 51.1%
G = 16.74%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#742649 (or 0x742649) is known color: Flirt. HEX triplet: 74, 26 and 49. RGB value is (116,38,73). Sum of RGB (Red+Green+Blue) = 116+38+73=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #742649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742649 is #8BD9B6. Grayscale: #414141. Windows color (decimal): -9165239 or 4793972. OLE color: 4793972.

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

Color convert

RGB 116 38 73 -
CMYK 0 0.67 0.37 0.55
HSL 333.08º 0.51% 0.3% -
HSV(B) 333.08º 0.67% 0.45% -
XYZ 9.1 5.58 6.9 -
YUV 65.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 116 38 73 0 0.67 0.37 0.55 333.08 0.51 0.3
Hex 74 26 49 0 43 25 37 14D 33 1E
Octal 164 46 111 0 103 45 67 515 63 36
Binary 1110100 100110 1001001 0 1000011 100101 110111 101001101 110011 11110

Color Harmonies of #742649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742649

Black with #742649

Text Example


Text Example

White with #742649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742649; }

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

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

background-color css

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

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

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

border-color css

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

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

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