Html Css Color HEX #74334F Flirt

📋 copy color: '#74334F'

red 116 ◦ green 51 ◦ blue 79

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

Shades of Flirt #74334F

Tints of Flirt #74334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 47.15%
G = 20.73%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74334F (or 0x74334F) is known color: Flirt. HEX triplet: 74, 33 and 4F. RGB value is (116,51,79). Sum of RGB (Red+Green+Blue) = 116+51+79=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74334F is #8BCCB0. Grayscale: #494949. Windows color (decimal): -9161905 or 5190516. OLE color: 5190516.

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

Color convert

RGB 116 51 79 -
CMYK 0 0.56 0.32 0.55
HSL 334.15º 0.39% 0.33% -
HSV(B) 334.15º 0.56% 0.45% -
XYZ 9.8 6.65 8.16 -
YUV 73.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 116 51 79 0 0.56 0.32 0.55 334.15 0.39 0.33
Hex 74 33 4F 0 38 20 37 14E 27 21
Octal 164 63 117 0 70 40 67 516 47 41
Binary 1110100 110011 1001111 0 111000 100000 110111 101001110 100111 100001

Color Harmonies of #74334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74334F

Black with #74334F

Text Example


Text Example

White with #74334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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