#74304A

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

Shades of Flirt #74304A

Tints of Flirt #74304A

Color information

#74304A (or 0x74304A) is unknown color: approx Flirt. HEX triplet: 74, 30 and 4A. RGB value is (116,48,74). Sum of RGB (Red+Green+Blue) = 116+48+74=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #74304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74304A is #8BCFB5. Grayscale: #474747. Windows color (decimal): -9162678 or 4862068. OLE color: 4862068.

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

Color convert

RGB1164874-
CMYK00.590.360.55
HSL337.06º41.46%32.16%-
HSV(B)337.06º58.62%45.49%-
XYZ9.56.327.2-
YUV71.3129.53159.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=48.74%
G=20.17%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116487400.590.360.55337.0641.4632.16
Hex74304A03B24371512920
Octal1646011207344675215140
Binary111010011000010010100111011100100110111101010001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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