Html Css Color HEX #74324D Flirt

📋 copy color: '#74324D'

red 116 ◦ green 50 ◦ blue 77

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

Shades of Flirt #74324D

Tints of Flirt #74324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 47.74%
G = 20.58%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74324D (or 0x74324D) is known color: Flirt. HEX triplet: 74, 32 and 4D. RGB value is (116,50,77). Sum of RGB (Red+Green+Blue) = 116+50+77=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74324D is #8BCDB2. Grayscale: #484848. Windows color (decimal): -9162163 or 5059188. OLE color: 5059188.

HSL color Cylindrical-coordinate representation of color #74324D: hue angle of 335.45º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74324D is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 50 77 -
CMYK 0 0.57 0.34 0.55
HSL 335.45º 0.4% 0.33% -
HSV(B) 335.45º 0.57% 0.45% -
XYZ 9.68 6.53 7.77 -
YUV 72.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 116 50 77 0 0.57 0.34 0.55 335.45 0.4 0.33
Hex 74 32 4D 0 39 22 37 14F 28 21
Octal 164 62 115 0 71 42 67 517 50 41
Binary 1110100 110010 1001101 0 111001 100010 110111 101001111 101000 100001

Color Harmonies of #74324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74324D

Black with #74324D

Text Example


Text Example

White with #74324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74324D; }

 p { color: rgb(116,50,77); }

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

background-color css

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

 a { background-color: rgb(116,50,77); }

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

border-color css

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

 span { border-color: rgb(116,50,77); }

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