#733147

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

Shades of Flirt #733147

Tints of Flirt #733147

Color information

#733147 (or 0x733147) is unknown color: approx Flirt. HEX triplet: 73, 31 and 47. RGB value is (115,49,71). Sum of RGB (Red+Green+Blue) = 115+49+71=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733147 is #8CCEB8. Grayscale: #474747. Windows color (decimal): -9227961 or 4665715. OLE color: 4665715.

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

Color convert

RGB1154971-
CMYK00.570.380.55
HSL340º40.24%32.16%-
HSV(B)340º57.39%45.1%-
XYZ9.316.36.69-
YUV71.24127.87159.21-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 71 (28.12% from 255) = 30.21%
R=48.94%
G=20.85%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115497100.570.380.5534040.2432.16
Hex73314703926371542820
Octal1636110707146675245040
Binary111001111000110001110111001100110110111101010100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733147; }

 p { color: rgb(115,49,71); }

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

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

 a { background-color: rgb(115,49,71); }

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

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

 span { border-color: rgb(115,49,71); }

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