Html Css Color HEX #742744 Flirt

📋 copy color: '#742744'

red 116 ◦ green 39 ◦ blue 68

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

Shades of Flirt #742744

Tints of Flirt #742744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.49%

 BLUE value IS 68 (26.95% from 255) = 30.49%

R = 52.02%
G = 17.49%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#742744 (or 0x742744) is known color: Flirt. HEX triplet: 74, 27 and 44. RGB value is (116,39,68). Sum of RGB (Red+Green+Blue) = 116+39+68=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #742744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742744 is #8BD8BB. Grayscale: #414141. Windows color (decimal): -9164988 or 4466548. OLE color: 4466548.

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

Color convert

RGB 116 39 68 -
CMYK 0 0.66 0.41 0.55
HSL 337.4º 0.5% 0.3% -
HSV(B) 337.4º 0.66% 0.45% -
XYZ 8.97 5.58 6.07 -
YUV 65.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 116 39 68 0 0.66 0.41 0.55 337.4 0.5 0.3
Hex 74 27 44 0 42 29 37 151 32 1E
Octal 164 47 104 0 102 51 67 521 62 36
Binary 1110100 100111 1000100 0 1000010 101001 110111 101010001 110010 11110

Color Harmonies of #742744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742744

Black with #742744

Text Example


Text Example

White with #742744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742744; }

 p { color: rgb(116,39,68); }

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

background-color css

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

 a { background-color: rgb(116,39,68); }

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

border-color css

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

 span { border-color: rgb(116,39,68); }

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