Html Css Color HEX #74384C Flirt

📋 copy color: '#74384C'

red 116 ◦ green 56 ◦ blue 76

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

Shades of Flirt #74384C

Tints of Flirt #74384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

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

R = 46.77%
G = 22.58%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74384C (or 0x74384C) is known color: Flirt. HEX triplet: 74, 38 and 4C. RGB value is (116,56,76). Sum of RGB (Red+Green+Blue) = 116+56+76=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74384C is #8BC7B3. Grayscale: #4C4C4C. Windows color (decimal): -9160628 or 4995188. OLE color: 4995188.

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

Color convert

RGB 116 56 76 -
CMYK 0 0.52 0.34 0.55
HSL 340º 0.35% 0.34% -
HSV(B) 340º 0.52% 0.45% -
XYZ 9.92 7.06 7.68 -
YUV 76.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 116 56 76 0 0.52 0.34 0.55 340 0.35 0.34
Hex 74 38 4C 0 34 22 37 154 23 22
Octal 164 70 114 0 64 42 67 524 43 42
Binary 1110100 111000 1001100 0 110100 100010 110111 101010100 100011 100010

Color Harmonies of #74384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74384C

Black with #74384C

Text Example


Text Example

White with #74384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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