#733346

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

Shades of Flirt #733346

Tints of Flirt #733346

Color information

#733346 (or 0x733346) is unknown color: approx Flirt. HEX triplet: 73, 33 and 46. RGB value is (115,51,70). Sum of RGB (Red+Green+Blue) = 115+51+70=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #733346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733346 is #8CCCB9. Grayscale: #484848. Windows color (decimal): -9227450 or 4600691. OLE color: 4600691.

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

Color convert

RGB1155170-
CMYK00.560.390.55
HSL342.19º38.55%32.55%-
HSV(B)342.19º55.65%45.1%-
XYZ9.366.456.55-
YUV72.3126.7158.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 70 (27.73% from 255) = 29.66%
R=48.73%
G=21.61%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115517000.560.390.55342.1938.5532.55
Hex73334603827371562721
Octal1636310607047675264741
Binary111001111001110001100111000100111110111101010110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733346; }

 p { color: rgb(115,51,70); }

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

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

 a { background-color: rgb(115,51,70); }

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

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

 span { border-color: rgb(115,51,70); }

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