Html Css Color HEX #74394F Flirt

📋 copy color: '#74394F'

red 116 ◦ green 57 ◦ blue 79

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

Shades of Flirt #74394F

Tints of Flirt #74394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 46.03%
G = 22.62%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74394F (or 0x74394F) is known color: Flirt. HEX triplet: 74, 39 and 4F. RGB value is (116,57,79). Sum of RGB (Red+Green+Blue) = 116+57+79=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #74394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74394F is #8BC6B0. Grayscale: #4D4D4D. Windows color (decimal): -9160369 or 5192052. OLE color: 5192052.

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

Color convert

RGB 116 57 79 -
CMYK 0 0.51 0.32 0.55
HSL 337.63º 0.34% 0.34% -
HSV(B) 337.63º 0.51% 0.45% -
XYZ 10.08 7.2 8.26 -
YUV 77.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 116 57 79 0 0.51 0.32 0.55 337.63 0.34 0.34
Hex 74 39 4F 0 33 20 37 152 22 22
Octal 164 71 117 0 63 40 67 522 42 42
Binary 1110100 111001 1001111 0 110011 100000 110111 101010010 100010 100010

Color Harmonies of #74394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74394F

Black with #74394F

Text Example


Text Example

White with #74394F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74394F; }

 p { color: rgb(116,57,79); }

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

background-color css

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

 a { background-color: rgb(116,57,79); }

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

border-color css

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

 span { border-color: rgb(116,57,79); }

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