#74364B

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

Shades of Flirt #74364B

Tints of Flirt #74364B

Color information

#74364B (or 0x74364B) is unknown color: approx Flirt. HEX triplet: 74, 36 and 4B. RGB value is (116,54,75). Sum of RGB (Red+Green+Blue) = 116+54+75=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74364B is #8BC9B4. Grayscale: #4A4A4A. Windows color (decimal): -9161141 or 4929140. OLE color: 4929140.

HSL color Cylindrical-coordinate representation of color #74364B: hue angle of 339.68º 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 #74364B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1165475-
CMYK00.530.350.55
HSL339.68º36.47%33.33%-
HSV(B)339.68º53.45%45.49%-
XYZ9.796.867.46-
YUV74.93128.04157.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=47.35%
G=22.04%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116547500.530.350.55339.6836.4733.33
Hex74364B03523371542421
Octal1646611306543675244441
Binary111010011011010010110110101100011110111101010100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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