#743048

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

Shades of Flirt #743048

Tints of Flirt #743048

Color information

#743048 (or 0x743048) is unknown color: approx Flirt. HEX triplet: 74, 30 and 48. RGB value is (116,48,72). Sum of RGB (Red+Green+Blue) = 116+48+72=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #743048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743048 is #8BCFB7. Grayscale: #474747. Windows color (decimal): -9162680 or 4730996. OLE color: 4730996.

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

Color convert

RGB1164872-
CMYK00.590.380.55
HSL338.82º41.46%32.16%-
HSV(B)338.82º58.62%45.49%-
XYZ9.436.296.85-
YUV71.07128.53160.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 72 (28.52% from 255) = 30.51%
R=49.15%
G=20.34%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116487200.590.380.55338.8241.4632.16
Hex74304803B26371532920
Octal1646011007346675235140
Binary111010011000010010000111011100110110111101010011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743048; }

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

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

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

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

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

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

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

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