#74345A

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

Shades of Flirt #74345A

Tints of Flirt #74345A

Color information

#74345A (or 0x74345A) is unknown color: approx Flirt. HEX triplet: 74, 34 and 5A. RGB value is (116,52,90). Sum of RGB (Red+Green+Blue) = 116+52+90=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74345A is #8BCBA5. Grayscale: #4B4B4B. Windows color (decimal): -9161638 or 5911668. OLE color: 5911668.

HSL color Cylindrical-coordinate representation of color #74345A: hue angle of 324.38º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74345A is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1165290-
CMYK00.550.220.55
HSL324.38º38.1%32.94%-
HSV(B)324.38º55.17%45.49%-
XYZ10.286.9110.46-
YUV75.47136.2156.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 52 (20.70% from 255) = 20.16%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=44.96%
G=20.16%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116529000.550.220.55324.3838.132.94
Hex74345A03716371442621
Octal1646413206726675044641
Binary11101001101001011010011011110110110111101000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,52,90); }

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

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

 a { background-color: rgb(116,52,90); }

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

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

 span { border-color: rgb(116,52,90); }

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