#74355D

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

Shades of Flirt #74355D

Tints of Flirt #74355D

Color information

#74355D (or 0x74355D) is unknown color: approx Flirt. HEX triplet: 74, 35 and 5D. RGB value is (116,53,93). Sum of RGB (Red+Green+Blue) = 116+53+93=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74355D is #8BCAA2. Grayscale: #4C4C4C. Windows color (decimal): -9161379 or 6108532. OLE color: 6108532.

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

Color convert

RGB1165393-
CMYK00.540.200.55
HSL321.9º37.28%33.14%-
HSV(B)321.9º54.31%45.49%-
XYZ10.457.0511.17-
YUV76.4137.37156.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=44.27%
G=20.23%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116539300.540.200.55321.937.2833.14
Hex74355D03614371422521
Octal1646513506624675024541
Binary11101001101011011101011011010100110111101000010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,93); }

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

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

 a { background-color: rgb(116,53,93); }

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

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

 span { border-color: rgb(116,53,93); }

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