#743052

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

Shades of Flirt #743052

Tints of Flirt #743052

Color information

#743052 (or 0x743052) is unknown color: approx Flirt. HEX triplet: 74, 30 and 52. RGB value is (116,48,82). Sum of RGB (Red+Green+Blue) = 116+48+82=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #743052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743052 is #8BCFAD. Grayscale: #484848. Windows color (decimal): -9162670 or 5386356. OLE color: 5386356.

HSL color Cylindrical-coordinate representation of color #743052: hue angle of 330º 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 #743052 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1164882-
CMYK00.590.290.55
HSL330º41.46%32.16%-
HSV(B)330º58.62%45.49%-
XYZ9.786.448.71-
YUV72.21133.53159.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=47.15%
G=19.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116488200.590.290.5533041.4632.16
Hex74305203B1D3714a2920
Octal1646012207335675125140
Binary11101001100001010010011101111101110111101001010101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743052; }

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

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

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

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

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

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

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

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