Html Css Color HEX #74314C Flirt

📋 copy color: '#74314C'

red 116 ◦ green 49 ◦ blue 76

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

Shades of Flirt #74314C

Tints of Flirt #74314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 48.13%
G = 20.33%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74314C (or 0x74314C) is known color: Flirt. HEX triplet: 74, 31 and 4C. RGB value is (116,49,76). Sum of RGB (Red+Green+Blue) = 116+49+76=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74314C is #8BCEB3. Grayscale: #484848. Windows color (decimal): -9162420 or 4993396. OLE color: 4993396.

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

Color convert

RGB 116 49 76 -
CMYK 0 0.58 0.34 0.55
HSL 335.82º 0.41% 0.32% -
HSV(B) 335.82º 0.58% 0.45% -
XYZ 9.61 6.43 7.57 -
YUV 72.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 116 49 76 0 0.58 0.34 0.55 335.82 0.41 0.32
Hex 74 31 4C 0 3A 22 37 150 29 20
Octal 164 61 114 0 72 42 67 520 51 40
Binary 1110100 110001 1001100 0 111010 100010 110111 101010000 101001 100000

Color Harmonies of #74314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74314C

Black with #74314C

Text Example


Text Example

White with #74314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74314C; }

 p { color: rgb(116,49,76); }

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

background-color css

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

 a { background-color: rgb(116,49,76); }

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

border-color css

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

 span { border-color: rgb(116,49,76); }

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