Html Css Color HEX #74334A Flirt

📋 copy color: '#74334A'

red 116 ◦ green 51 ◦ blue 74

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

Shades of Flirt #74334A

Tints of Flirt #74334A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 48.13%
G = 21.16%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74334A (or 0x74334A) is known color: Flirt. HEX triplet: 74, 33 and 4A. RGB value is (116,51,74). Sum of RGB (Red+Green+Blue) = 116+51+74=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74334A is #8BCCB5. Grayscale: #494949. Windows color (decimal): -9161910 or 4862836. OLE color: 4862836.

HSL color Cylindrical-coordinate representation of color #74334A: hue angle of 338.77º 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 #74334A is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 51 74 -
CMYK 0 0.56 0.36 0.55
HSL 338.77º 0.39% 0.33% -
HSV(B) 338.77º 0.56% 0.45% -
XYZ 9.62 6.58 7.24 -
YUV 73.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 116 51 74 0 0.56 0.36 0.55 338.77 0.39 0.33
Hex 74 33 4A 0 38 24 37 153 27 21
Octal 164 63 112 0 70 44 67 523 47 41
Binary 1110100 110011 1001010 0 111000 100100 110111 101010011 100111 100001

Color Harmonies of #74334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74334A

Black with #74334A

Text Example


Text Example

White with #74334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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