#74334D

Color #74334D Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #74334D

Tints of Flirt #74334D

Color information

#74334D (or 0x74334D) is unknown color: approx Flirt. HEX triplet: 74, 33 and 4D. RGB value is (116,51,77). Sum of RGB (Red+Green+Blue) = 116+51+77=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74334D is #8BCCB2. Grayscale: #494949. Windows color (decimal): -9161907 or 5059444. OLE color: 5059444.

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

Color convert

RGB1165177-
CMYK00.560.340.55
HSL336º38.92%32.75%-
HSV(B)336º56.03%45.49%-
XYZ9.736.627.79-
YUV73.4130.03158.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.54%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=47.54%
G=20.90%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116517700.560.340.5533638.9232.75
Hex74334D03822371502721
Octal1646311507042675204741
Binary111010011001110011010111000100010110111101010000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #74334D;
 }
 .AnyTagClassName
 {
   color: #74334D;
 }
</style>
background-color css

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

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

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

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

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

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