#74364D

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

Shades of Flirt #74364D

Tints of Flirt #74364D

Color information

#74364D (or 0x74364D) is unknown color: approx Flirt. HEX triplet: 74, 36 and 4D. RGB value is (116,54,77). Sum of RGB (Red+Green+Blue) = 116+54+77=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74364D is #8BC9B2. Grayscale: #4B4B4B. Windows color (decimal): -9161139 or 5060212. OLE color: 5060212.

HSL color Cylindrical-coordinate representation of color #74364D: hue angle of 337.74º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74364D is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1165477-
CMYK00.530.340.55
HSL337.74º36.47%33.33%-
HSV(B)337.74º53.45%45.49%-
XYZ9.866.897.83-
YUV75.16129.04157.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.96%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=46.96%
G=21.86%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116547700.530.340.55337.7436.4733.33
Hex74364D03522371522421
Octal1646611506542675224441
Binary111010011011010011010110101100010110111101010010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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