#74334a

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

Shades of Flirt #74334A

Tints of Flirt #74334A

Color information

#74334A (or 0x74334A) is unknown color: approx 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

RGB1165174-
CMYK00.560.360.55
HSL338.77º38.92%32.75%-
HSV(B)338.77º56.03%45.49%-
XYZ9.626.587.24-
YUV73.06128.53158.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=48.13%
G=21.16%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116517400.560.360.55338.7738.9232.75
Hex74334A03824371532721
Octal1646311207044675234741
Binary111010011001110010100111000100100110111101010011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74334a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>